How do you set the selection color of the e_text_select Tool ?

Hi,

I’m using:

Tool highlightTool = _pdfToolManager.CreateTool(pdftron.PDF.Tools.ToolManager.ToolType.e_text_select, null, true);

…when I drag the mouse to make a selection, it’s blue…I need it to be another (custom) color.

Please advise,

Barry

Hi Barry,

You can edit mTextSelectionBrush in Tool.cs.

Best Regards,
Tomas Hofmann