PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ActionHandlerFileSave Class / ActionHandlerFileSave Constructor / ActionHandlerFileSave Constructor(String)
The file name to assign to the ActionHandlerFile.FileName property.

In This Topic
    ActionHandlerFileSave Constructor(String)
    In This Topic
    Initializes a new instance of the ActionHandlerFileSave class, assigning the ActionHandlerFile.FileName property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public ActionHandlerFileSave( 
       string fileName
    )

    Parameters

    fileName
    The file name to assign to the ActionHandlerFile.FileName property.
    See Also