PrintBinding
PrintBinding
PrintBinding
PrintBinding
Enum
Definition
Specifies the print binding option.
public : enum class PrintBindingpublic enum PrintBindingPublic Enum PrintBinding// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bale Bale Bale Bale | The bale binding option. |
| BindBottom BindBottom BindBottom BindBottom | The option to bind the pages along their bottom edge. |
| BindLeft BindLeft BindLeft BindLeft | The option to bind the pages along their left edge. |
| BindRight BindRight BindRight BindRight | The option to bind the pages along their right edge. |
| BindTop BindTop BindTop BindTop | The option to bind the pages along their top edge. |
| Booklet Booklet Booklet Booklet | The option to bind the pages in booklet form. |
| Default Default Default Default | The default binding option. |
| EdgeStitchBottom EdgeStitchBottom EdgeStitchBottom EdgeStitchBottom | The option to bind the pages along their bottom edge, with stiches. |
| EdgeStitchLeft EdgeStitchLeft EdgeStitchLeft EdgeStitchLeft | The option to bind the pages along their left edge, with stiches. |
| EdgeStitchRight EdgeStitchRight EdgeStitchRight EdgeStitchRight | The option to bind the pages along their right edge, with stiches. |
| EdgeStitchTop EdgeStitchTop EdgeStitchTop EdgeStitchTop | The option to bind the pages along their top edge, with stiches. |
| Fold Fold Fold Fold | The option to fold the pages. |
| JogOffset JogOffset JogOffset JogOffset | The option to offset the positioning of the pages in the output tray. |
| None None None None | No binding required. |
| NotAvailable NotAvailable NotAvailable NotAvailable | An unsupported binding option. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom option that is specific to the print device. |
| Trim Trim Trim Trim | The option to trim the printed sheets. |