ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDESoftMask Class / ImGearPDESoftMask Constructor / ImGearPDESoftMask Constructor(ImGearPDFDocument,ImGearPDESoftMaskCreateFlags,ImGearPDEForm)
The container document.
Specifies how the mask is to be computed. One of the ImGearPDESoftMaskCreateFlags values.
The form XObject that defines the soft mask. It is the source of the mask values and the color space in which the composite computation is to be done.




In This Topic
    ImGearPDESoftMask Constructor(ImGearPDFDocument,ImGearPDESoftMaskCreateFlags,ImGearPDEForm)
    In This Topic
    Initializes a new instance of the ImGearPDESoftMask class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As ImGearPDFDocument, _
       ByVal type As ImGearPDESoftMaskCreateFlags, _
       ByVal form As ImGearPDEForm _
    )
    'Usage
     
    Dim document As ImGearPDFDocument
    Dim type As ImGearPDESoftMaskCreateFlags
    Dim form As ImGearPDEForm
     
    Dim instance As New ImGearPDESoftMask(document, type, form)
    public ImGearPDESoftMask( 
       ImGearPDFDocument document,
       ImGearPDESoftMaskCreateFlags type,
       ImGearPDEForm form
    )
    public: ImGearPDESoftMask( 
       ImGearPDFDocument* document,
       ImGearPDESoftMaskCreateFlags type,
       ImGearPDEForm* form
    )
    public:
    ImGearPDESoftMask( 
       ImGearPDFDocument^ document,
       ImGearPDESoftMaskCreateFlags type,
       ImGearPDEForm^ form
    )

    Parameters

    document
    The container document.
    type
    Specifies how the mask is to be computed. One of the ImGearPDESoftMaskCreateFlags values.
    form
    The form XObject that defines the soft mask. It is the source of the mask values and the color space in which the composite computation is to be done.

    Return Value

    The new instance of ImGearPDESoftMask class object.
    See Also