Gets and sets the decode matrix that will be applied to the image data as defined in the PDF standard reference.
public double[] DecodeMatrix {get; set;}
public: __property double[]* get_DecodeMatrix();
public: __property void set_DecodeMatrix(
double[]* value
);
'Declaration
Public Property DecodeMatrix As Double()
'Usage
Dim instance As ImageDataInfo
Dim value() As Double
instance.DecodeMatrix = value
value = instance.DecodeMatrix
Property Value
A double array which contains decode matrix for the image data.