Share via


PrintBinding 列舉

定義

指定列印系結選項。

public enum class PrintBinding
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintBinding
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintBinding
var value = Windows.Graphics.Printing.PrintBinding.default
Public Enum PrintBinding
繼承
PrintBinding
屬性

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 引進)

欄位

Bale 4

bale 系結選項。

BindBottom 5

沿著頁面下邊緣系結頁面的選項。

BindLeft 6

沿著左邊緣系結頁面的選項。

BindRight 7

沿著右邊緣系結頁面的選項。

BindTop 8

沿著頁面上邊緣系結頁面的選項。

Booklet 9

系結書籍表單中頁面的選項。

Default 0

預設系結選項。

EdgeStitchBottom 10

使用 stiches 沿著其下邊緣系結頁面的選項。

EdgeStitchLeft 11

使用 stiches 沿著左邊緣系結頁面的選項。

EdgeStitchRight 12

使用 stiches 沿著其右邊緣系結頁面的選項。

EdgeStitchTop 13

使用 stiches 系結頁面沿著其上邊緣的選項。

Fold 14

折迭頁面的選項。

JogOffset 15

在輸出匣中位移頁面位置的選項。

None 3

不需要系結。

NotAvailable 1

不支援的系結選項。

PrinterCustom 2

列印裝置專屬的自訂選項。

Trim 16

修剪列印工作表的選項。

適用於