ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / SetDecodeArray Method
The decode array to set.




In This Topic
    SetDecodeArray Method
    In This Topic
    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)
    public void SetDecodeArray( 
       int[] decodeArray
    )
    public: void SetDecodeArray( 
       int[]* decodeArray
    ) 
    public:
    void SetDecodeArray( 
       array<int>^ 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