Class DocumentSaveInitiatedEventArgs
Provides data for DocumentSaveInitiated event.
Inheritance
System.Object
DocumentSaveInitiatedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class DocumentSaveInitiatedEventArgs : EventArgs
Properties
SavedStream
Returns the saved stream
Declaration
public Stream SavedStream { get; }
Property Value
Type |
---|
System.IO.Stream |