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

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