Click or drag to resize

PDFDocInfoSetCreator Method

Set document's creator.

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

Parameters

creator
Type: SystemString
The name of the application that created the original document.
See Also