DiffOptionsSetBlendMode Method |
Sets the value for BlendMode in 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 DiffOptions SetBlendMode(
GStateBlendMode value
)
Public Function SetBlendMode (
value As GStateBlendMode
) As DiffOptions
public:
virtual DiffOptions^ SetBlendMode(
[InAttribute] GStateBlendMode value
) sealed
function SetBlendMode(value);
Parameters
- value
- Type: pdftron.PDFGStateBlendMode
How the two colors should be blended.
Return Value
Type:
DiffOptions this object, for call chaining
See Also