SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.Collate Property

Softel vdm, Inc.

Defines whether collation should be used when printing multiple copies.

Syntax       

Get

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;
VARIANT_BOOL Boolean = object->GetCollate();

C

HRESULT object->get_Collate(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.Collate   : WordBool;

Put

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;
void object->PutCollate(VARIANT_BOOL 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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com