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

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