ImageGear .NET v25.0 - Updated
GetMatteArray Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : GetMatteArray Method
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

Reference

ImGearPDEImage Class
ImGearPDEImage Members