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

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

Property Value

The CustomPaperWidth is the width of the paper in 0.1mm units

Explanation

The CustomPaperWidth property refers to the width 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