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)
imagekitcontrolname.GetPrintDraw().SetCustomPaperHeight(short Val)
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.