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

[Visual Basic]   imagekitcontrolname.PrintDraw.FromPage [ = Integer ]
[Visual C++]     [short = ]imagekitcontrolname.GetPrintDraw().GetFromPage()
imagekitcontrolname.GetPrintDraw().SetFromPage(short Val)
[VB.NET]   imagekitcontrolname.PrintDraw.FromPage[ = Short ]
[C#.NET]   imagekitcontrolname.PrintDraw.FromPage[ = short ]

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 0x8 (&H8) 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 ActiveX is a product created by Newtone Corporation