Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface

In This Topic
    IPrinting Interface Methods
    In This Topic

    For a list of all members of this type, see IPrinting members.

    Public Methods
     NameDescription
     MethodFlushes Reflection'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 Reflection "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.  
     MethodPrint all or part of the screen.  
     MethodPrint a file.  
     MethodPrint a string.  
    Top
    See Also