| HtmlToPdfClientsetDocTitle Method  | 
 
            Set the PDF document title.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic HtmlToPdfClient setDocTitle(
	string docTitle
)
Public Function setDocTitle ( 
	docTitle As String
) As HtmlToPdfClient
Parameters
- docTitle
- Type: SystemString
 Document title.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also