Click or drag to resize

DocumentSavingEventArgsSaveType Property

Gets a value indicating the type of save which raised this event.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public DocumentSaveType SaveType { get; }

Property Value

Type: DocumentSaveType
The DocumentSaveType which raised this event.
See Also