SetCreator
IPDFDocument4 :: General document management :: Document properties

See Also
Collapse All

This method sets additional information about the creator of the current PDF document.

Syntax

HRESULT SetCreator (
BSTR creator,
FontCharset charset
)
Parameters
creator
ASCII text string containing the creator

charset
Character set of the text string

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See theĀ SetAuthor method for examples.

See Also

Reference