Click or drag to resize

PdfDictionaryEntryValue Property

Gets the PdfBasicObject value in the PdfDictionaryEntry.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfBasicObject Value {
	get;
 }

Property Value

PdfBasicObject
The PdfBasicObject value in the PdfDictionaryEntry.
See Also