ImageGear .NET v25.0 - Updated
ImGearPDESoftMask Constructor(ImGearPDFAtom)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDESoftMask Class > ImGearPDESoftMask Constructor : ImGearPDESoftMask Constructor(ImGearPDFAtom)
The name of the soft mask.
Initializes a new instance of the ImGearPDESoftMask class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As ImGearPDFAtom _
)
'Usage
 
Dim name As ImGearPDFAtom
 
Dim instance As New ImGearPDESoftMask(name)
public ImGearPDESoftMask( 
   ImGearPDFAtom name
)
public: ImGearPDESoftMask( 
   ImGearPDFAtom* name
)
public:
ImGearPDESoftMask( 
   ImGearPDFAtom^ name
)

Parameters

name
The name of the soft mask.

Return Value

The new instance of ImGearPDESoftMask class object.
See Also

Reference

ImGearPDESoftMask Class
ImGearPDESoftMask Members
Overload List
ImGearPDFAtom Class