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 | 印表機裝置專屬的框線選項。 |