Table of Contents

Property Color

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

Color

Gets or sets the color of the marker.

public PdfColor? Color { get; set; }

Property Value

PdfColor

The color of the marker or null if there is no color specified.

Remarks

The border won't be visible when there is no color specified.

It is allowed to set this property to null if you would like a transparent color.

The only allowed color types are PdfGrayColor, PdfRgbColor, and PdfCmykColor.