PdfFillElement Constructor (PdfBrush)
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected PdfFillElement(
PdfBrush brush
)
Protected Sub New (
brush As PdfBrush
)
protected:
PdfFillElement(
PdfBrush^ brush
)
new :
brush : PdfBrush -> PdfFillElement
Parameters
-
brush
-
Type:
Spire.Pdf.Graphics
PdfBrush
See Also