Click or drag to resize

GStateGetFillOpacity Method

Gets the fill opacity.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetFillOpacity()

Return Value

Type: Double
the opacity value for painting operations other than stroking. Returns the value of the /ca key in the ExtGState dictionary. If the value is not found, the default value of 1 is returned.
See Also