PrintBordering 列挙型

定義

罫線印刷オプションを指定します。

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

プリンター デバイスに固有の罫線オプション。

適用対象