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

[Visual Basic]   imagekitcontrolname.PrintDraw.CustomPaperWidth [ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetPrintDraw().GetCustomPaperWidth()
                 imagekitcontrolname.GetPrintDraw().SetCustomPaperWidth(short Val)
[VB.NET]   imagekitcontrolname.PrintDraw.CustomPaperWidth [ = Short ]
[C#.NET]   imagekitcontrolname.PrintDraw.CustomPaperWidth [ = short ]

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 ImageKit9 ActiveX is a product created by Newtone Corporation