PdfPaintedXObject.Brush Property

Gets the brush properties of the page before painting this XObject.

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 brush properties of the page before painting this XObject.

See Also