ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDESoftMask Class / ImGearPDESoftMask Constructor / ImGearPDESoftMask Constructor(ImGearPDFAtom)
The name of the soft mask.




In This Topic
    ImGearPDESoftMask Constructor(ImGearPDFAtom)
    In This Topic
    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