C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / DocumentSaving Event


DocumentSaving Event
Occurs when a document stream is being saved.
Syntax
'Declaration
 
Public Event DocumentSaving As EventHandler(Of SaveDocumentStreamEventArgs)
 
'Usage
 
Dim instance As FlexViewer
Dim handler As EventHandler(Of SaveDocumentStreamEventArgs)
 
AddHandler instance.DocumentSaving, handler
Event Data

The event handler receives an argument of type SaveDocumentStreamEventArgs containing data related to this event. The following SaveDocumentStreamEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the full file path.  
Gets or sets the range.  
Gets or sets the options to save as images.  
See Also