DocumentSavedEventArgsSaveType Property |
Gets a value indicating the type of save which raised this event.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic DocumentSaveType SaveType { get; }
Public ReadOnly Property SaveType As DocumentSaveType
Get
Property Value
Type:
DocumentSaveType
The
DocumentSaveType which raised this event.
See Also