Click or drag to resize

InkGetHighlightIntent Method

Retrieves whether the Ink will draw like a highlighter.

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

Return Value

Type: Boolean
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