Click or drag to resize

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
)

Parameters

value
Type: pdftron.PDFGStateBlendMode
How the two colors should be blended.

Return Value

Type: DiffOptions
this object, for call chaining
See Also