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
'Declaration
 
Public Property DecodeMatrix As Double()
'Usage
 
Dim instance As ImageDataInfo
Dim value() As Double
 
instance.DecodeMatrix = value
 
value = instance.DecodeMatrix
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);
}

Property Value

A double array which contains decode matrix for the image data.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback