VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentInformation Class / Author Property
Syntax Requirements SeeAlso
In This Topic
    Author Property (PdfDocumentInformation)
    In This Topic
    Gets or sets the name of the person who created the document.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The name of the person who created the document.")>
    <DefaultValueAttribute(null)>
    Public Property Author As System.String
    
    
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public System.String Author { get; set; }
    
    
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public: __property System.String get_Author();
    public: __property void set_Author(
    System.String value
    );
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public:
    property System.String Author { System.String get(); void set(System.String value); }
    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