ImageGear .NET - Updated October 26, 2017
SetSoftMask(ImGearPDEImage) Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetSoftMask(ImGearPDEImage) Method
The soft mask to set.
Sets the soft mask for an image.
Syntax
'Declaration
 
Public Sub SetSoftMask( _
   ByVal softMask As ImGearPDEImage _
) 
 
'Usage
 
Dim instance As ImGearPDEImage
Dim softMask As ImGearPDEImage
 
instance.SetSoftMask(softMask)

Parameters

softMask
The soft mask to set.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members