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