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

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

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 ImageKit10 VCL is a product created by Newtone Corporation