BorderTint Property

Pageflex Document Action API

Pageflex Document Action API BorderTint Property
Namespaces > Pageflex.Scripting > IBorderStyle > BorderTint
Gets or sets the saturation level of the border color.
Syntax
C# Visual Basic Managed C++
public abstract double BorderTint { get; set; }
Public MustOverride Property BorderTint As Double
public:
virtual double BorderTint {
	double get () abstract;
	void set (double value) abstract;
}
Remarks
Specifies the border color saturation as a Double between 0 and 100.

The default for new elements is 100, representing 100% or full saturation.

Exceptions
Exception Condition
ValueOutOfRangeException The value must be between 0 and 100.
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)