Click or drag to resize

GStateSetStrokeOpacity Method

Sets opacity value for stroke painting operations for paths and glyph outlines. 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 SetStrokeOpacity(
	double CA
)

Parameters

CA
Type: SystemDouble
the new stroke opacity
See Also