Gets or sets the colorspace transformation matrix.

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 double[] Matrix { get; set; }
Public Property Matrix As Double()
	Get
	Set
public:
property array<double>^ Matrix {
	array<double>^ get ();
	void set (array<double>^ value);
}
member Matrix : float[] with get, set

Property Value

array<Double>[]()[][]
An array of nine numbers [XA YA ZA XB YB ZB XC YC ZC] specifying the linear interpretation of the decoded A, B, and C components of the color space with respect to the final XYZ representation.

See Also