[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFileSave

ActionHandlerFileSave Class

Represents an action handler that saves or exports a document to a disk file.

Inheritance
ActionHandlerFileSave
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class ActionHandlerFileSave : ActionHandlerFile
Remarks

If the FileName is not specified when this action handler is invoked, a file save dialog is shown to the user.

For details on the use of action handlers, see ActionHandlerBase.

Constructors

Name Description
ActionHandlerFileSave()

Initializes a new instance of the ActionHandlerFileSave class.

ActionHandlerFileSave(string)

Initializes a new instance of the ActionHandlerFileSave class, assigning the FileName property.

ActionHandlerFileSave(string, ExportProvider)

Initializes a new instance of the ActionHandlerFileSave class, assigning the FileName and ExportProvider properties.

Properties

Name Description
ExportProvider

Gets or sets the ExportProvider that will be used to save or export the document.

See Also