PdfPenInfo.Color Property

Gets the color to be used for stroking.

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

Syntax

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

Property Value

Type: PdfColor
The current color to be used for stroking.

See Also