PrintStaple Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the staple options.
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
- Inheritance
-
PrintStaple
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default staple option. |
NotAvailable | 1 | A staple option that is not available with the application or one that is not supported by the print device. |
PrinterCustom | 2 | A custom staple option that is specific to the print device. |
None | 3 | The option to indicate that no stapling is required. |
StapleTopLeft | 4 | The option to staple the top left of the printed output. |
StapleTopRight | 5 | The option to staple the top right of the printed output. |
StapleBottomLeft | 6 | The option to staple the bottom left of the printed output. |
StapleBottomRight | 7 | The option to staple the bottom right of the printed output. |
StapleDualLeft | 8 | The option to staple the printed output in two places along the left edge. |
StapleDualRight | 9 | The option to staple the printed output in two places along the right edge. |
StapleDualTop | 10 | The option to staple the printed output in two places along the top edge. |
StapleDualBottom | 11 | The option to staple the printed output in two places along the bottom edge. |
SaddleStitch | 12 | The option to saddle stitch the printed output. |