'Declaration
Public Overloads Sub Save( _ ByVal fileName As String, _ Optional ByVal incrementalUpdate As Boolean _ )
'Usage
Dim instance As FlexViewer Dim fileName As String Dim incrementalUpdate As Boolean instance.Save(fileName, incrementalUpdate)
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.