|
PdfDocumentSave(String) Method
|
Saves the pdf document to the specified file.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic void Save(
string fileName
)
Public 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