Click or drag to resize

PdfPen Brush Property

Gets or sets the brush, which specifies the pen behaviour.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBrush Brush { get; set; }

Property Value

Type: PdfBrush
Remarks
If the brush is set, the color values are ignored, except for PdfSolidBrush.
See Also