Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / Producer Property

In This Topic
    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