PrintHolePunch
PrintHolePunch
PrintHolePunch
PrintHolePunch
Enum
Definition
Specifies the hole punch option.
public : enum class PrintHolePunchpublic enum PrintHolePunchPublic Enum PrintHolePunch// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| 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
| BottomEdge BottomEdge BottomEdge BottomEdge | The option to indicate that hole punching required along the bottom edges of the sheets. |
| Default Default Default Default | The default hole punch option. |
| LeftEdge LeftEdge LeftEdge LeftEdge | The option to indicate that hole punching required along the left edges of the sheets. |
| None None None None | The option to indicate that hole punching is not required. |
| NotAvailable NotAvailable NotAvailable NotAvailable | An unsupported hole punch option. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom hole punch option that is specific to the print device. |
| RightEdge RightEdge RightEdge RightEdge | The option to indicate that hole punching required along the right edges of the sheets. |
| TopEdge TopEdge TopEdge TopEdge | The option to indicate that hole punching required along the top edges of the sheets. |