Click or drag to resize

PdfFillElement Constructor (PdfPen, PdfBrush)

Initializes a new instance of the PdfFillElement class

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfFillElement(
	PdfPen pen,
	PdfBrush brush
)

Parameters

pen
Type: Spire.Pdf.Graphics PdfPen
brush
Type: Spire.Pdf.Graphics PdfBrush
See Also