PrintTaskOptions.Staple Property
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.
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.