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

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