Click or drag to resize

HtmlToPdfClientsetDocTitle Method

Set the PDF document title.

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

Parameters

docTitle
Type: SystemString
Document title.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also