Description:
Creates a new soft mask object.
Syntax:
CreatePDESoftMask (Document As IGPDFDoc, Type As
enumIGPDESoftMaskCreateFlags, Form As IGPDEForm) As
IGPDESoftMask
Parameters:
Name |
Description |
Document |
The container document. |
Type |
Specifies how the mask is to be computed. One of the enumIGPDESoftMaskCreateFlags. |
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:
IGPDESoftMask Object