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

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