GStateGetStrokeOpacity Method |
Gets the stroke opacity.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetStrokeOpacity()
Public Function GetStrokeOpacity As Double
public:
virtual double GetStrokeOpacity() sealed
function GetStrokeOpacity();
Return Value
Type:
Double opacity value for stroke painting operations for paths and glyph outlines.
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