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

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