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

In This Topic
    Types Property
    In This Topic
    Gets the list of document types. Maps to Dublin Core 'type' property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Types As System.Collections.ObjectModel.ObservableCollection(Of String)
    public System.Collections.ObjectModel.ObservableCollection<string> Types {get;}
    See Also