VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentInformation Class / Creator Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Creator Property (PdfDocumentInformation)
    In This Topic
    Gets or sets the document creator.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The document creator.")>
    <DefaultValueAttribute(null)>
    Public Property Creator As System.String
    
    
    [Description("The document creator.")]
    [DefaultValue(null)]
    public System.String Creator { get; set; }
    
    
    [Description("The document creator.")]
    [DefaultValue(null)]
    public: __property System.String get_Creator();
    public: __property void set_Creator(
    System.String value
    );
    [Description("The document creator.")]
    [DefaultValue(null)]
    public:
    property System.String Creator { 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 created the original document from which it was converted.

    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