GStateGetBlendMode Method |
Gets the blend mode.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GStateBlendMode GetBlendMode()
Public Function GetBlendMode As GStateBlendMode
public:
virtual GStateBlendMode GetBlendMode() sealed
Return Value
Type:
GStateBlendMode the current blend mode to be used in the transparent imaging model.
Corresponds to the /BM key within the ExtGState's dictionary.
See Also