PdfCalRGBColorSpace
Matrix Property
|
Gets or sets the colorspace transformation matrix.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
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