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
)
Public Sub SetStrokeOpacity (
CA As Double
)
public:
virtual void SetStrokeOpacity(
[InAttribute] double CA
) sealed
function SetStrokeOpacity(CA);
Parameters
- CA
- Type: SystemDouble
the new stroke opacity
See Also