ImageGear .NET - Updated October 2, 2018
SetMatteArray Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetMatteArray Method
The matte array to set.
Sets the matte array for the image XObject.
Syntax
'Declaration
 
Public Sub SetMatteArray( _
   ByVal matteArray() As Integer _
) 
 
'Usage
 
Dim instance As ImGearPDEImage
Dim matteArray() As Integer
 
instance.SetMatteArray(matteArray)

Parameters

matteArray
The matte array to set.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members