Click or drag to resize

PDFDocInfoSetTitle Method

Set document's title.

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

Parameters

title
Type: SystemString
New title of the document.
See Also