Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterMarginRight Property |
Gets or sets the size of the right margin of printed output.
'Declaration
Property PrinterMarginRight As Integer
'Usage
Dim instance As IPrinting Dim value As Integer instance.PrinterMarginRight = value value = instance.PrinterMarginRight
int PrinterMarginRight {get; set;}
The value is in "twips" (a twip is one twentieth of a point). There are 1440 twips to an inch.
The default value is 1440. The range of values is 0-32767.
Changing the margin size changes the font size of the printed output.