Click or drag to resize

PdfDictionaryValues Property

Gets a collection containing the values in the PdfDictionary.

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

Property Value

PdfDictionaryValueCollection
A PdfDictionaryValueCollection containing the values in the PdfDictionary.
See Also