This property sets the maximum value for the page range.

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

Property Value

The MaxPage property value sets the maximum value for the page range.

Explanation

The MaxPage property sets the maximum value for the page range. 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 ImageKit9 VCL is a product created by Newtone Corporation