VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain.ImageEncoders Namespace / TwainPdfDocumentInfo Class / Keywords Property
Синтаксис Требования Смотрите также
В этом разделе
    Keywords Свойство (TwainPdfDocumentInfo)
    В этом разделе
    Keywords associated with the document.
    Синтаксис
    'Declaration
    
    Public Property Keywords As String
    
    
    public string Keywords { get; set; }
    
    
    public: __property string* get_Keywords();
    public: __property void set_Keywords(
    string* value
    );
    public:
    property string^ Keywords { string^ get(); void set(string^ value); }

    Property Value

    Keywords 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

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