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

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

    Parameters

    fileName
    The file name to assign to the ActionHandlerFile.FileName property.
    exportProvider
    The C1.C1Preview.Export.ExportProvider to assign to the ActionHandlerFileSave.ExportProvider property.
    See Also