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