Click or drag to resize

ImageSetSoftMask Method

Set a Soft Mask.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSoftMask(
	Image soft_mask
)

Parameters

soft_mask
Type: pdftron.PDFImage
is a subsidiary Image object defining a soft-mask image (See section 7.5.4 'Soft-Mask Images' in PDF Reference Manual) to be used as a source of mask shape or mask opacity values in the transparent imaging model. The alpha source parameter in the graphics state determines whether the mask values are interpreted as shape or opacity.
See Also