PrintingDevice.PaperWidth Property (Typed) | |
Specifies paper width, in tenths of a millimeter. This parameter overrides the paper width specified by the dmPaperSize member.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PaperWidth AS LONG GET SET
public virtual int PaperWidth { get; set; }
Request Example
View SourceProperty Value
Type:
LongSpecifies paper width, in tenths of a millimeter. This parameter overrides the paper width specified by the dmPaperSize member.
See Also