PrintStaple 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定裝訂選項。
public enum class PrintStaple
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintStaple
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintStaple
var value = Windows.Graphics.Printing.PrintStaple.default
Public Enum PrintStaple
- 繼承
-
PrintStaple
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Default | 0 | 預設裝訂選項。 |
None | 3 | 表示不需要裝訂的選項。 |
NotAvailable | 1 | 列印裝置不支援的應用程式或不支援的裝訂選項。 |
PrinterCustom | 2 | 列印裝置專屬的自訂裝訂選項。 |
SaddleStitch | 12 | 將列印輸出結合的選項。 |
StapleBottomLeft | 6 | 將列印輸出左下角裝訂的選項。 |
StapleBottomRight | 7 | 將列印輸出右下角裝訂的選項。 |
StapleDualBottom | 11 | 將列印輸出裝訂在兩個位置沿著下邊緣的選項。 |
StapleDualLeft | 8 | 將列印輸出裝訂在左邊緣兩個位置的選項。 |
StapleDualRight | 9 | 將列印輸出裝訂在右邊緣兩個位置的選項。 |
StapleDualTop | 10 | 將列印輸出裝訂在上邊緣兩個位置的選項。 |
StapleTopLeft | 4 | 將列印輸出左上方裝訂的選項。 |
StapleTopRight | 5 | 將列印輸出右上方裝訂的選項。 |