Save(String,Boolean) Method
Saves the current PDF document to a file.
'Declaration
Public Overloads Sub Save( _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As FlexViewer
Dim fileName As String
Dim incrementalUpdate As Boolean
instance.Save(fileName, incrementalUpdate)
Parameters
- fileName
- The name of the PDF file to create.
- incrementalUpdate
- Indicates whether document should be saved using incremental updates.