Table of Contents

Property Color

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

Color

Gets the color of this annotation.

public PdfColor? Color { get; }

Property Value

PdfColor

The color of this annotation or null if there is no color specified.

Remarks

Specified color is used for the following purposes:

        <ul><li>The color of the polyline.</li><li>The title bar of the annotation's pop-up window.</li></ul>

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type or structure.