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: 2026.8.3
Syntax
public PdfBasicObject Value {
	get;
 }

Property Value

PdfBasicObject
The PdfBasicObject value in the PdfDictionaryEntry.
See Also