Accusoft.PrintPro8.Net
Collate Property




Gets and sets an indicator which specifies whether collation should be used when printing multiple copies (if the printer supports this feature).
Syntax
'Declaration
 
Public Property Collate As Boolean
'Usage
 
Dim instance As Printer
Dim value As Boolean
 
instance.Collate = value
 
value = instance.Collate
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);
}

Property Value

A boolean value which is true when collation should be used when printing multiple copies. Otherwise, false should be used.
Remarks

The default value is false.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback