GStateGetFillOpacity Method |
Gets the fill opacity.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetFillOpacity()
Public Function GetFillOpacity As Double
public:
virtual double GetFillOpacity() sealed
function 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