PrintStaple
PrintStaple
PrintStaple
PrintStaple
Enum
Definition
Specifies the staple options.
public : enum class PrintStaplepublic enum PrintStaplePublic Enum PrintStaple// 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
| Default Default Default Default | The default staple option. |
| None None None None | The option to indicate that no stapling is required. |
| NotAvailable NotAvailable NotAvailable NotAvailable | A staple option that is not available with the application or one that is not supported by the print device. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom staple option that is specific to the print device. |
| SaddleStitch SaddleStitch SaddleStitch SaddleStitch | The option to saddle stitch the printed output. |
| StapleBottomLeft StapleBottomLeft StapleBottomLeft StapleBottomLeft | The option to staple the bottom left of the printed output. |
| StapleBottomRight StapleBottomRight StapleBottomRight StapleBottomRight | The option to staple the bottom right of the printed output. |
| StapleDualBottom StapleDualBottom StapleDualBottom StapleDualBottom | The option to staple the printed output in two places along the bottom edge. |
| StapleDualLeft StapleDualLeft StapleDualLeft StapleDualLeft | The option to staple the printed output in two places along the left edge. |
| StapleDualRight StapleDualRight StapleDualRight StapleDualRight | The option to staple the printed output in two places along the right edge. |
| StapleDualTop StapleDualTop StapleDualTop StapleDualTop | The option to staple the printed output in two places along the top edge. |
| StapleTopLeft StapleTopLeft StapleTopLeft StapleTopLeft | The option to staple the top left of the printed output. |
| StapleTopRight StapleTopRight StapleTopRight StapleTopRight | The option to staple the top right of the printed output. |