The acceptable range for this value is [0.0 1.0]. 0.0 means the lightest color that can be achieved, and 1.0 means the darkest color.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Tint { get; set; }
Public Property Tint As Single
	Get
	Set
public:
property float Tint {
	float get ();
	void set (float value);
}
member Tint : float32 with get, set

Property Value

Single

See Also