Gets and sets an indicator which specifies whether collation should be used when printing multiple copies (if the printer supports this feature).
public bool Collate {get; set;}
public: __property bool get_Collate();
public: __property void set_Collate(
bool value
);
public:
property bool Collate {
bool get();
void set ( bool value);
}
'Declaration
Public Property Collate As Boolean
'Usage
Dim instance As Printer
Dim value As Boolean
instance.Collate = value
value = instance.Collate
Property Value
A boolean value which is
true when collation should be used when printing multiple copies. Otherwise,
false should be used.