This property sets the ending value of the page range to be printed.

[C++Builder]   imagekitcontrolname->PrintDraw->ToPage[ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.ToPage[ = Smallint ]

Property Value

The ToPage property value sets the ending value of the page range to be printed.

Explanation

The ToPage property sets the ending value of the page range to be printed. This property is used with the PrintDialog method. The PrintDialog method is used to display the "Print" dialog box. If this property is set prior to executing the PrintDialog method, the "Print" dialog box will be initialized with this value. Likewise, this property value can be retrieved after the PrintDialog method has been executed.

If the Options property is set to poPageNums then the page settings cannot be used.

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