This property sets the checkbox [Collate] in the "Print" dialog.

[C++Builder]   imagekitcontrolname->PrintDraw->Collate[ = bool ]
[Delphi]   imagekitcontrolname.PrintDraw.Collate[ = Boolean ]

Property Value

The Collate property value sets the [Collate] checkbox in the "Print" dialog

Value Explanation
True Checks the checkbox
False Does not check the checkbox

Explanation

The Collate property sets the checkbox [Collate] in the "Print" dialog. When this checkbox is checked, documents are printed in proper binding order. The Collate property can be used with the GetDevModeInfo method and the SetDevModeInfo method.

This property is used with the PrintDialog method. The PrintDialog method is used to display the "Print" dialog. If the Collate and PrintToFile properties are set prior to executing the PrintDialog method, the "Print" dialog will be initialized with those values (i.e. those checkboxes will be checked). Likewise, the Collate and the PrintToFile property values can be retrieved after the PrintDialog method has been executed.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation