PrintingDevice.PaperHeight Property | |
Specifies paper length, in tenths of a millimeter.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PaperHeight AS USUAL GET SET
public virtual Usual PaperHeight { get; set; }
Request Example
View SourceProperty Value
Type:
UsualSpecifies 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