 | PdfPageObjectFillColor Property |
Gets or sets the fill color of a page object.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic FS_COLOR FillColor { get; set; }
Public Property FillColor As FS_COLOR
Get
Set
public:
property FS_COLOR FillColor {
FS_COLOR get ();
void set (FS_COLOR value);
}
member FillColor : FS_COLOR with get, set
/** @property */
public FS_COLOR get_FillColor()
/** @property */
public void set_FillColor(FS_COLOR value)
function get_FillColor();
function set_FillColor(value);
Property Value
Type:
FS_COLOR
See Also