PdfPath.Brush Property

Gets the PdfBrushInfo object of this path. It encapsulates the properties related to non-stroking operations.

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

Syntax

C#
public PdfBrushInfo Brush { get; }
VB
Public ReadOnly Property Brush As PdfBrushInfo
	Get

Property Value

Type: PdfBrushInfo
The PdfBrushInfo object of this path.

See Also