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

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