This property sets the initial value of the page range displayed in the Print dialog.

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

Property Value

The initial value of the page range displayed in the Print dialog.

Explanation

The FromPage property sets the initial value of the page range displayed in the Print dialog.. This property is used with the PrintDialog method. The PrintDialog method is used to display the "Print" dialog. If this property is set prior to executing the PrintDialog method, the "Print" dialog 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