[This is preliminary documentation and is subject to change.]

Type of saving action which raised the applicable save event.

Namespace:  RadPdfLibrary.Web.UI
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public enum SaveType
Visual Basic (Declaration)
Public Enumeration SaveType
Visual Basic (Usage)
Dim instance As SaveType

Members

Member nameDescription
Unknown
The action which caused this save is not known
Save
A simple save of the RAD PDF document
Download
Downloading of the RAD PDF document
Print
Printing of the RAD PDF document

Remarks

Some actions (not just save) cause RAD PDF to save the current document state to the RAD PDF database.

See Also