constructor(color?: any): PdfSolidBrush
Initializes a new instance of the PdfSolidBrush class.
The color of this brush. A Color object or any string acceptable by the fromString method.
equals(value: PdfSolidBrush): boolean
Determines whether the specified PdfSolidBrush instance is equal to the current one.
PdfSolidBrush to compare.
Represents a brush used to fill an area with a color.