Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface / PrintMarginLeft Property


PrintMarginLeft Property (IPrinterPrintOptions)
Returns or specifies the size of the margin at the left of a printed page.
Syntax
'Declaration
 
Property PrintMarginLeft As Integer
 
'Usage
 
Dim instance As IPrinterPrintOptions
Dim value As Integer
 
instance.PrintMarginLeft = value
 
value = instance.PrintMarginLeft
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Thrown if the set parameter is outside the range of valid values.
Remarks
Valid range for PrintMarginLeft is between 0 and 32767.
See Also