SetProducer
IPDFDocument4 :: General document management :: Document properties

See Also
Collapse All

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

Syntax

HRESULT SetProducer (
BSTR producer,
FontCharset charset
)
Parameters
producer
ASCII text string containing the producer

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