'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.