Click or drag to resize

PdfDictionaryStream Property

Gets the PdfStream if this PdfDictionary is Dictionary or otherwise.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfStream Stream { get; }

Property Value

PdfStream
The PdfStream if this PdfDictionary is Dictionary or otherwise.
See Also