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