VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfDocumentInfo Class / Author Property
Syntax Requirements SeeAlso
In This Topic
    Author Property (SanePdfDocumentInfo)
    In This Topic
    The name of the person who created the document.
    Syntax
    'Declaration
    
    Public Property Author As String
    
    
    public string Author { get; set; }
    
    
    public: __property string* get_Author();
    public: __property void set_Author(
    string* value
    );
    public:
    property string^ Author { string^ get(); void set(string^ value); }

    Property Value

    Author tag is not saved to PDF document if value of this property is set to string.Empty.
    Default value is string.Empty.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also