Click or drag to resize

InkSetHighlightIntent Method

Enables or disables the Ink drawing like a highlighter.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetHighlightIntent(
	bool highlight
)

Parameters

highlight
Type: SystemBoolean
true if the Ink will draw like a highlighter. (multiply blend mode) If false it will draw in normal mode. (normal blend mode)
See Also