VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning.ImageEncoders Namespace / EsclPdfDocumentInfo Class / Keywords Property
Syntax Requirements SeeAlso
In This Topic
    Keywords Property (EsclPdfDocumentInfo)
    In This Topic
    Keywords associated with the document.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also