PrintTaskOptions.Collation 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 collation option of the print tasks.
public:
property PrintCollation Collation { PrintCollation get(); void set(PrintCollation value); };
PrintCollation Collation();
void Collation(PrintCollation value);
public PrintCollation Collation { get; set; }
var printCollation = printTaskOptions.collation;
printTaskOptions.collation = printCollation;
Public Property Collation As PrintCollation
Property Value
The collation option.