DiffOptionsGetBlendMode Method |
Gets the value BlendMode from the options object
How the two colors should be blended.
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:
GStateBlendModea GState::BlendMode, How the two colors should be blended..
See Also