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()
Public Function GetHighlightIntent As Boolean
public:
virtual bool GetHighlightIntent() sealed
function 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