Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class / Values Property

In This Topic
    Values Property (PdfDict)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue)
    public System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue> Values {get;}
    See Also