Click or drag to resize

PdfDictionaryKeys Property

Gets a collection containing the keys in the PdfDictionary.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfDictionaryKeyCollection Keys { get; }

Property Value

PdfDictionaryKeyCollection
A PdfDictionaryKeyCollection containing the keys in the PdfDictionary.
See Also