NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.Collate

Gets or sets a value indicating whether the print out is collated.

[Visual Basic]
Public Property Collate As Boolean
[C#]
public bool Collate {get; set;}
[C++]
public: __property bool get_Collate();
public: __property void set_Collate(bool);
[JScript]
public function get Collate() : Boolean;
public function set Collate(Boolean);

Property Value

true if the print out is collated; otherwise, false.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | CanDuplex | IsPlotter | IsValid | SupportsColor