ImageGear .NET
SetDecodeArray Method




The decode array to set.
Sets the decode array for an image.
Syntax
public void SetDecodeArray( 
   int[] decodeArray
)
public: void SetDecodeArray( 
   int[]* decodeArray
) 
public:
void SetDecodeArray( 
   array<int>^ decodeArray
) 
'Declaration
 
Public Sub SetDecodeArray( _
   ByVal decodeArray() As Integer _
) 
 
'Usage
 
Dim instance As ImGearPDEImage
Dim decodeArray() As Integer
 
instance.SetDecodeArray(decodeArray)

Parameters

decodeArray
The decode array to set.
Remarks
Normally, the decode array is accessed through the decode field in the ImGearPDEImageAttrs. However, this method defines a decode array to handle images with a color space that has more than 4 components.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback