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


In This Topic
    PrintFlushOnEndOfJob Property (IIbmPrinter)
    In This Topic
    Flush when End of Job record received
    Syntax
    'Declaration
     
    
    Property PrintFlushOnEndOfJob As Boolean
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Boolean
     
    instance.PrintFlushOnEndOfJob = value
     
    value = instance.PrintFlushOnEndOfJob
    bool PrintFlushOnEndOfJob {get; set;}
    See Also