Click or drag to resize

HtmlToPdfClientsetDocAuthor Method

Set the name of the PDF document author.

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

Parameters

docAuthor
Type: SystemString
Document author.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also