|
|
|
|
|
SftPrintPreviewPrinter.Collate Property |
Defines whether collation should be used when printing multiple copies.
Syntax
|
VB.NET |
Boolean = object.Collate As Boolean |
||
|
VB |
Boolean = object.Collate As Boolean |
||
|
C#.NET |
bool Boolean = object.Collate; |
||
|
VC++ |
VARIANT_BOOL Boolean = object->Collate;
|
||
|
C |
HRESULT object->get_Collate(VARIANT_BOOL* Boolean); |
||
|
Delphi |
Boolean := object.Collate : WordBool; |
||
|
VB.NET |
object.Collate = Boolean As Boolean |
||
|
VB |
object.Collate = Boolean As Boolean |
||
|
C#.NET |
bool object.Collate = Boolean; |
||
|
VC++ |
VARIANT_BOOL object->Collate = Boolean;
|
||
|
C |
HRESULT object->put_Collate(VARIANT_BOOL Boolean); |
||
|
Delphi |
object.Collate := Boolean : WordBool; |
||
object
A SftPrintPreviewPrinter object.
Boolean
Defines whether collation should be used when printing multiple copies.
|
Boolean |
Description |
|
True |
Collation is used when printing multiple copies. |
|
False |
Collation is not used. |
Comments
The Collate property defines whether collation should be used when printing multiple copies.
The Printer.Can method can be used to determine whether the current printer supports collation.