Save(String,SaveMode) Method
In This Topic
Saves the current PDF document to a file using the specified save mode.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.String, _
ByVal As SaveMode _
)
public void Save(
System.string ,
SaveMode
)
Parameters
- fileName
- The name of the PDF file to create.
- saveMode
- The PDF saving mode.
See Also