PdfAutomaticField
Brush Property
|
Gets or sets the brush.
Namespace:
Spire.Pdf.AutomaticFields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBrush Brush { get; set; }
Public Property Brush As PdfBrush
Get
Set
public:
property PdfBrush^ Brush {
PdfBrush^ get ();
void set (PdfBrush^ value);
}
member Brush : PdfBrush with get, set
Property Value
Type:
PdfBrush
The brush.
See Also