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

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