PrintStaple Enum

Definition

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

Default 0

The default staple option.

None 3

The option to indicate that no stapling is required.

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.

SaddleStitch 12

The option to saddle stitch 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.

StapleDualBottom 11

The option to staple the printed output in two places along the bottom edge.

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.

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.

Applies to