VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain.ImageEncoders Namespace / TwainPdfDocumentInfo Class / Author Property
Синтаксис Требования Смотрите также
В этом разделе
    Author Свойство (TwainPdfDocumentInfo)
    В этом разделе
    The name of the person who created the document.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также