PdfStreamDictionary Property |
Gets the stream's dictionary.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic PdfDictionary Dictionary { get; }
Public ReadOnly Property Dictionary As PdfDictionary
Get
Property Value
PdfDictionary
The stream's dictionary.
See Also