Click or drag to resize

PDFDocInfoSetSubject Method

Set the subject of the document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSubject(
	string subject
)

Parameters

subject
Type: SystemString
The subject of the document.
See Also