Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / PrintOptions Property


In This Topic
    PrintOptions Property (IIbmPrinter)
    In This Topic
    Gets the PrintOptions object. PrintOptions holds configuration options for print emulation and print screen.
    Syntax
    'Declaration
     
    
    ReadOnly Property PrintOptions As IPrinterPrintOptions
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As IPrinterPrintOptions
     
    value = instance.PrintOptions
    IPrinterPrintOptions PrintOptions {get;}
    See Also