Gets the
PdfBrushInfo object of this chunk. 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:
PdfBrushInfoThe
PdfBrushInfo object of this chunk.
See Also