CosStream.Dictionary Property

Gets the dictionary part of this stream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public CosDictionary Dictionary { get; }
VB
Public ReadOnly Property Dictionary As CosDictionary
	Get

Property Value

Type: CosDictionary
The dictionary part of this stream.

See Also