Click or drag to resize

HtmlToPdfClientsetPdfName Method

Specify the name of the pdf document that will be created. The default value is Document.pdf.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPdfName(
	string pdfName
)

Parameters

pdfName
Type: SystemString
Name of the generated PDF document.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also