[]
Represents an action handler that saves or exports a document to a disk file.
public class ActionHandlerFileSave : ActionHandlerFile
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.
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. |
Name | Description |
---|---|
ExportProvider | Gets or sets the ExportProvider that will be used to save or export the document. |