Sets the soft mask of the extended graphics state.
Corresponds to the /SMask key within the ExtGState's dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSoftMask(
Obj SM
)
Public Sub SetSoftMask (
SM As Obj
)
public:
virtual void SetSoftMask(
[InAttribute] Obj^ SM
) sealed
function SetSoftMask(SM);
Parameters
- SM
- Type: pdftron.SDFObj
the new soft mask
See Also