C1PreviewFileActions Class Members
In This Topic
The following tables list the members exposed by C1PreviewFileActions.
Public Constructors
Public Properties
| Name | Description |
| CanSaveFile | Gets a value indicating whether the current document can be saved. |
| Document | Gets or sets the current document. |
| ExportOptions | Gets or sets export options. |
Top
Public Methods
| Name | Description |
| FileOpen | Overloaded. Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog. |
| FileSave | Overloaded. Saves (exports) the current document in the specified file. If fileName is empty or specifies a directory, the user can select a file name in a "save file" dialog. If specified, exportProvider determines the save/export format, otherwise the file extension is used. |
Top
Public Events
| Name | Description |
| LongOperation | Occurs periodically during long operations (e.g. saving to disk). Allows to provide progress indication and the ability to cancel generation to the user. |
Top
See Also