Click or drag to resize

CPDFCompareOverlaySetBlendMode Method

Sets the blend mode that will be used when overlaying the new version of a document onto the old version.

Namespace:  ComPDFKit.Compare
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetBlendMode(
	CPDFBlendMode bm
)

Parameters

bm
Type: ComPDFKit.CompareCPDFBlendMode
Blend mode.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also