rectList | |
A list of rectangle region for the text string to be highlighted. |
colorList | |
A list of color value (COLORREF) for each rectangle, specifing the text color in that rectangle. |
rectCount | |
Number of rectangles. |
pageNum | |
The page number where this highlight is on. |
textString | |
The text content to be highlighted. |
dispUpdate | |
Boolean value determines if the display will be updated following this function. Set this value to true if you want to see this highlight rightaway. If you are adding multiple hyperlinks, it's more efficient to set this value true for the last item. |