HelpBot Assistant

How can I help you?

PdfFillElement

6 Feb 20261 minute to read

Represents a base class for all page graphics elements.

Properties

Get brush PdfBrush

Gets or sets a brush of the element.

Set brush void

Gets or sets a brush of the element.

Parameters: value: PdfBrush

Get pen PdfPen

Gets or sets a pen that will be used to draw the element.

Set pen void

Gets or sets a pen that will be used to draw the element.

Parameters: value: PdfPen

Methods

drawGraphicsHelper

drawGraphicsHelper the graphics.

Returns void