Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / Keywords Property

In This Topic
    Keywords Property (Metadata)
    In This Topic
    Gets the list of document keywords, or subjects. Maps to Dublin Core 'subject' property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keywords As System.Collections.ObjectModel.ObservableCollection(Of String)
    public System.Collections.ObjectModel.ObservableCollection<string> Keywords {get;}
    See Also