Documents for PDF, .NET Edition Documentation
Keywords Property (Metadata)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Metadata Class : Keywords Property
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

Reference

Metadata Class
Metadata Members