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


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