PrintingDevice.PaperHeight Property (Typed) | |
Specifies paper length, in tenths of a millimeter.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PaperHeight AS LONG GET SET
public virtual int PaperHeight { get; set; }
Request Example
View SourceProperty Value
Type:
LongSpecifies paper length, in tenths of a millimeter.
Remarks
Specifies paper length, in tenths of a millimeter. This parameter overrides the paper length specified by the member of the DevMode structure, PaperSize, either for custom paper sizes or for such devices as dot-matrix printers that can print on a variety of page sizes.
See Also