Ft_marker_list, Ft_marker_list 377 – Kofax DM API User Manual
Page 397

DM API T
OKENS
377
%FT_MARKER_LIST
%FT_MARKER_LIST
This token is used when a full text search is performed. It allows the
SearchServer™ to mark search terms in PDF files.
Syntax
PCDSearch.AddReturnProperty(“%FT_MARKER_LIST”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'This is used by the SearchServer when searching PDF files.
pClient.AddReturnProperty("%FT_MARKER_LIST")
'Execute the search.
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Variant
'Retrieve the data.
vValue = pClient.GetPropertyValue(“%FT_MARKER_LIST”)
'Process the data.
Related Items
See the
PCDSearch
object.
See the
AddReturnProperty
method.
See the following tokens:
%FT_CONFIDENCE
%FT_FORMAT
%FT_SCORE
%FT_TIMESTAMP
%FT_MARKER_LIST
The token allows the SearchServer to
mark search text in PDF files.