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
)
Public Sub SetAISFlag (
AIS As Boolean
)
public:
virtual void SetAISFlag(
[InAttribute] bool AIS
) sealed
function SetAISFlag(AIS);
Parameters
- AIS
- Type: SystemBoolean
the new aIS flag
See Also