Click or drag to resize

PdfMergeClientsetDocSubject Method

Set the subject of the PDF document.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public PdfMergeClient setDocSubject(
	string docSubject
)

Parameters

docSubject
Type: SystemString
Document subject.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also