Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / PrintMarginRight Property


In This Topic
    PrintMarginRight Property (PrinterPrintOptions)
    In This Topic
    Returns or specifies the size of the margin at the right of a printed page.
    Syntax
    'Declaration
     
    
    Public Property PrintMarginRight As Integer
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As Integer
     
    instance.PrintMarginRight = value
     
    value = instance.PrintMarginRight
    public int PrintMarginRight {get; set;}
    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 PrintMarginRight is between 0 and 32767.
    See Also