2024 Property
Changes 0
P

PrintManager.Collate

Description:
Indicates whether to collate of the current print.
Remarks:
The value of this property represents the global print setting property used for print operations on any document. In order to make a change to this property, after setting it call the Apply() method, or one of the SubmitPrint() methods, which save the local changes as modifications to the global print settings.
public bool Collate { get; set; }