TextTint Property

Pageflex Document Action API

Pageflex Document Action API TextTint Property
Namespaces > Pageflex.Scripting > TextElement > TextTint
Gets or sets the saturation level of the text color.
Syntax
C# Visual Basic Managed C++
public double TextTint { get; set; }
Public Property TextTint As Double
public:
virtual double TextTint {
	double get () sealed;
	void set (double value) sealed;
}
Remarks
Specifies the fill color saturation as a Double between 0 and 100. The default 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.
IndeterminateValueException The property value is not consistent across the range.
RangeNotEditableException Setting this property is not permitted when the range only partially contains a variable, table of contents, or page number.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)