Click or drag to resize

HtmlToPdfClientsetDocKeywords Method

Set the PDF document keywords.

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

Parameters

docKeywords
Type: SystemString
Document keywords.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also