PrintBordering 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
테두리 인쇄 옵션을 지정합니다.
public enum class PrintBordering
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class PrintBordering
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum PrintBordering
var value = Windows.Graphics.Printing.PrintBordering.default
Public Enum PrintBordering
- 상속
-
PrintBordering
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
필드
Bordered | 3 | 인쇄된 출력을 나타내는 옵션은 테두리가 지정됩니다. |
Borderless | 4 | 인쇄된 출력을 나타내는 옵션은 테두리가 없습니다. |
Default | 0 | 기본 테두리 옵션입니다. |
NotAvailable | 1 | 지원되지 않는 테두리 옵션입니다. |
PrinterCustom | 2 | 프린터 디바이스와 관련된 테두리 옵션입니다. |