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




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

    Return Value

    Integer array.
    See Also