Type Default Value Read Only Description
[C#]
bool

[Visual Basic]
Boolean
false No Whether location of certain tags should be noted.

 

   

Notes
 

This property determines whether certain tags in HTML are noted so that their location can be determined at a later date.

All elements of style 'abcpdf-tag-visible' 'true' will be tagged. For example:

<p id="p1" style="abcpdf-tag-visible: true">Gallia est omnis divisa in partes tres.<p>

After adding your web pages you can retrieve information about the items on the PDF page using the GetTagIDs and the GetTagRects methods.

 

   

Example
 

See the GetTagRects method.