Accusoft.PdfXpress7.Net
DecodeMatrix Property




Gets and sets the decode matrix that will be applied to the image data as defined in the PDF standard reference.
Syntax
public double[] DecodeMatrix {get; set;}
public: __property double[]* get_DecodeMatrix();
public: __property void set_DecodeMatrix( 
   double[]* value
);
public:
property array<double>^ DecodeMatrix {
   array<double>^ get();
   void set (    array<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.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback