'Declaration
Property PrinterMarginLeft As Integer
'Usage
Dim instance As IPrinting Dim value As Integer instance.PrinterMarginLeft = value value = instance.PrinterMarginLeft
int PrinterMarginLeft {get; set;}
Property Value
The value is in "twips" (a twip is one twentieth of a point). There are 1440 twips to an inch.
The default is 1440. The range of values is 0-32767.