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


In This Topic
    PrintFile Method
    In This Topic
    Print a file.
    Syntax
    'Declaration
     
    
    Function PrintFile( _
       ByVal fileName As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IPrinting
    Dim fileName As String
    Dim value As ReturnCode
     
    value = instance.PrintFile(fileName)
    ReturnCode PrintFile( 
       string fileName
    )

    Parameters

    fileName
    See Also