|
PdfManagerSave Method (String) |
Saves the pdf document to the specified file.
Namespace:
SelectPdf.Extras
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public virtual void Save(
string fileName
)
Public Overridable Sub Save (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The name of the file where to save the document. It can be a full path or a relative path.
See Also