ImageGear .NET - Updated July 5, 2018
SetDecodeArray Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetDecodeArray Method
The decode array to set.
Sets the decode array for an image.
Syntax
'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