Table of Contents

Property Dictionary

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Dictionary

Gets the low-level dictionary object for this widget (annotation).

public CosDictionary Dictionary { get; }

Property Value

CosDictionary

The low-level dictionary object.

Remarks

This property allows access to custom (application-defined) properties of the widget.

Use the high-level PdfWidget properties to access this annotation data in a parsed, high-level format.

Do not edit the widget's low-level dictionary unless you fully understand the implications.