Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / PrintOptions Property


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