This property refers to the height of the paper when the PaperSize property is set to 256.

[Visual Basic]   imagekitcontrolname.PrintDraw.CustomPaperHeight [ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetPrintDraw().GetCustomPaperHeight()
                 imagekitcontrolname.GetPrintDraw().SetCustomPaperHeight(short Val)
[VB.NET]   imagekitcontrolname.PrintDraw.CustomPaperHeight [ = Short ]
[C#.NET]   imagekitcontrolname.PrintDraw.CustomPaperHeight [ = short ]

Property Value

The CustomPaperHeight is the height of the paper in 0.1mm units

Explanation

The CustomPaperHeight property refers to the height of the paper when the PaperSize property is set to 256. It is disabled for any other values for the PaperSize property. By executing the GetDevModeHandle method or the GetDevModeInfo method, this property value is set (after which the property value can be retrieved). The SetDevModeInfo method uses this value.

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