PdfColoredMarker.Color Property

Gets or sets the color of the marker.

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

Syntax

C#
public PdfColor Color { get; set; }
VB
Public Property Color As PdfColor
	Get
	Set

Property Value

Type: 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.

See Also