PrintTaskOptions.Staple Property

Definition

Gets or sets the staple option for the 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 = printTaskOptions.staple;
printTaskOptions.staple = printStaple;
Public Property Staple As PrintStaple

Property Value

The staple option for the print task.

Implements

Applies to