FillColor Property

Pageflex Document Action API

Pageflex Document Action API FillColor Property
Namespaces > Pageflex.Scripting > AreaTemplate > FillColor
Gets or sets the name of the Color used to fill the interior of this shape.
Syntax
C# Visual Basic Managed C++
public string FillColor { get; set; }
Public Property FillColor As String
public:
virtual String^ FillColor {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
Specifies a String naming the Color used to fill the interior of this shape. A value of the empty string means the interior is transparent.
Exceptions
Exception Condition
ColorNotFoundException The specified color is not defined in the current document.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)