ComponentOne Xamarin Edition
Save(String,Boolean) Method
C1.Xamarin.Forms.Viewer Assembly > C1.Xamarin.Forms.Viewer Namespace > FlexViewer Class > Save Method : Save(String,Boolean) Method
The name of the PDF file to create.
Indicates whether document should be saved using incremental updates.
Saves the current PDF document to a file.
Syntax
public void Save( 
   string fileName,
   bool incrementalUpdate
)

Parameters

fileName
The name of the PDF file to create.
incrementalUpdate
Indicates whether document should be saved using incremental updates.
Remarks
Saving the PDF document to a file requires that the file be available for writing. If the file already exists and is in use by an application (such as the Adobe Acrobat Reader), the method will throw an exception.
See Also

Reference

FlexViewer Class
FlexViewer Members
Overload List