Share via


IPrintTaskOptionsCoreProperties.Staple Property

Definition

Gets or sets the staple option for a print task.

public:
 property PrintStaple Staple { PrintStaple get(); void set(PrintStaple value); };
PrintStaple Staple();

void Staple(PrintStaple value);
public PrintStaple Staple { get; set; }
var printStaple = iPrintTaskOptionsCoreProperties.staple;
iPrintTaskOptionsCoreProperties.staple = printStaple;
Public Property Staple As PrintStaple

Property Value

The staple option.

Applies to