VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentInformation Class / Producer Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Producer Property (PdfDocumentInformation)
    In This Topic
    Gets or sets the document producer.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The document producer.")>
    Public Property Producer As System.String
    
    
    [DefaultValue(null)]
    [Description("The document producer.")]
    public System.String Producer { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The document producer.")]
    public: __property System.String get_Producer();
    public: __property void set_Producer(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The document producer.")]
    public:
    property System.String Producer { System.String get(); void set(System.String value); }
    Remarks

    If the document was converted to PDF from another format, the name of the application that converted it to PDF.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also