Description
Sets the name of the application that generated the PDF document.
Syntax
ImageViewerObject.io.pdfinfo.setPDFProducer(iValue);
Parameters
<string>
iValue
: the value to set
Return value
<bool>
Remarks
When an error occurs, check getErrorCode()
or getErrorString()
for error information.
See also
.io.pdfinfo.setPDFAuthor()
.io.pdfinfo.setPDFCompressionType()
.io.pdfinfo.setPDFSubject()
.io.pdfinfo.setPDFKeywords()
.io.pdfinfo.setPDFCreationDate()
.io.pdfinfo.setPDFModifiedDate()
.io.pdfinfo.setPDFCreator()
.io.pdfinfo.getPDFProducer()