DocumentSaveType Enumeration |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum DocumentSaveType
Public Enumeration DocumentSaveType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The action which caused this save is not known.
|
| Save | 1 |
A simple save of the document open in this PdfWebControl instance.
|
| Download | 2 |
Downloading of the document open in this PdfWebControl instance.
|
| Append | 3 |
Appending of the document open in this PdfWebControl instance.
|
| Submit | 4 |
Submitting, via a form field button, of the document open in this PdfWebControl instance.
|
Remarks
Some actions (e.g. document saving and document downloading) cause a
PdfWebControl instance to save the current document state to the storage provider.
See Also