logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
gffranca Posted: Thursday, November 19, 2020 6:05:19 AM(UTC)
 
Hi all, I'm using the exact BoundingBox location of the pdfTextObject(txtObj), but sometimes it returns the wrong index:

Code:
viewer.Document.Pages[currentPageIndex].Text.GetCharIndexAtPos(txtObj.BoundingBox.left, txtObj.BoundingBox.top, 10f, 10f)


Am I doing something wrong? In this case, I won't use any approximate location of the txtObj.


Thanks in advance!