Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreviewPrinter.Collate Property

Defines whether collation should be used when printing multiple copies.

Syntax

Get

VB.NETBoolean = object.Collate As Boolean
VBBoolean = object.Collate As Boolean
C#.NETbool Boolean = object.Collate;
VC++VARIANT_BOOL Boolean = object->Collate;
VARIANT_BOOL Boolean = object->GetCollate();
CHRESULT object->get_Collate(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Collate = Boolean As Boolean
VBobject.Collate = Boolean As Boolean
C#.NETbool object.Collate = Boolean;
VC++VARIANT_BOOL object->Collate = Boolean;
void object->PutCollate(VARIANT_BOOL Boolean);
CHRESULT object->put_Collate(VARIANT_BOOL Boolean);

object

A SftPrintPreviewPrinter object.

Boolean

Defines whether collation should be used when printing multiple copies.

BooleanDescription
TrueCollation is used when printing multiple copies.
FalseCollation 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.

See Also SftPrintPreviewPrinter Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.