PDFDocAddHighlights Method |
AddHighlights is used to highlight text in a document using 'Adobe's Highlight
File Format' (Technical Note #5172). The method will parse the Character offset data
and modify the current document by adding new highlight annotations.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddHighlights(
string hilite
)
Public Sub AddHighlights (
hilite As String
)
public:
virtual void AddHighlights(
[InAttribute] String^ hilite
) sealed
function AddHighlights(hilite);
Parameters
- hilite
- Type: SystemString
a string representing the filename for the highlight file or
a data buffer containing XML data.
See Also