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