'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal incrementalUpdate As System.Boolean _ )
public void Save( System.string fileName, System.bool incrementalUpdate )
Parameters
- fileName
- The name of the PDF file to create.
- incrementalUpdate
- Indicates whether the document should be saved using incremental update.