This property sets the type of page range used by the "Print" dialog.

[Visual Basic]   imagekitcontrolname.PrintDraw.PrintRange [ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetPrintDraw().GetPrintRange()
imagekitcontrolname.GetPrintDraw().SetPrintRange(short Val)

Property Value

Value Explanation
0 All
1 Selection
2 Pages

Explanation

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

Note: Depending on the values of the Options property, the property values 1 or 2 may not be effective.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation