| 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
Syntaxpublic HtmlToPdfClient setPdfName(
	string pdfName
)
Public Function setPdfName ( 
	pdfName As String
) As HtmlToPdfClient
Parameters
- pdfName
- Type: SystemString
 Name of the generated PDF document.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also