Click or drag to resize
Pdf Library for .NET

PdfDocumentSave(String) Method

Saves the pdf document to the specified file.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public void Save(
	string fileName
)

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