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
)
Public Sub SetHighlightIntent (
highlight As Boolean
)
public:
virtual void SetHighlightIntent(
[InAttribute] bool highlight
) sealed
function SetHighlightIntent(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