Producer Property (Metadata)
In This Topic
Gets or sets the document's producer. Maps to PDF 'Producer' property. The default is the versioned name of the GcPdf library.
Syntax
'Declaration
Public Property Producer As System.String
public System.string Producer {get; set;}
See Also