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