Get or set a value indicating whether the printed document is collated.
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool Collate { get; set; }
Public Property Collate As Boolean Get Set
public: property bool Collate { bool get (); void set (bool value); }
member Collate : bool with get, set