Click or drag to resize

GStateSetAISFlag Method

Specifies if the alpha is to be interpreted as a shape or opacity mask. The alpha source flag ('alpha is shape'), specifies whether the current soft mask and alpha constant are to be interpreted as shape values (true) or opacity values (false).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetAISFlag(
	bool AIS
)

Parameters

AIS
Type: SystemBoolean
the new aIS flag
See Also