Click or drag to resize

GStateSetFillOpacity Method

Sets the opacity value for painting operations other than stroking. Corresponds to the value of the /ca key in the ExtGState dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFillOpacity(
	double ca
)

Parameters

ca
Type: SystemDouble
the new fill opacity
See Also