ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / GetDecodeArray Method




In This Topic
    GetDecodeArray Method
    In This Topic
    Gets the decode array for an image.
    Syntax
    'Declaration
     
    Public Function GetDecodeArray() As Integer()
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value() As Integer
     
    value = instance.GetDecodeArray()
    public int[] GetDecodeArray()
    public: int[]* GetDecodeArray(); 
    public:
    array<int>^ GetDecodeArray(); 

    Return Value

    Integer array.
    See Also