The ActionHandlerFileSave type exposes the following members.
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.
|
|
FileName |
Gets or sets the name of the file associated with the current ActionHandlerFile.
If empty, a file dialog will be shown to the user when the current action handler is invoked.
(Inherited from ActionHandlerFile.) |