Click or drag to resize

PdfMergeClientsetDocAuthor 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 PdfMergeClient setDocAuthor(
	string docAuthor
)

Parameters

docAuthor
Type: SystemString
Document author.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also