InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / FlushPrinter Method


In This Topic
    FlushPrinter Method
    In This Topic
    Flushes InfoConnect's printer output buffers, sending any pending data to the printer and issuing a page eject command. This method only affects data sent to the printer when ClosePrinterManually is True. Only data from InfoConnect "print events" (such as logging or printing a copy of display memory) is affected. Data sent to the printer programmatically (for example, using the PrintScreen method) is not affected.
    Syntax
    'Declaration
     
    
    Function FlushPrinter() As ReturnCode
    'Usage
     
    
    Dim instance As IPrinting
    Dim value As ReturnCode
     
    value = instance.FlushPrinter()
    ReturnCode FlushPrinter()
    See Also