Kofax DM API Uživatelský manuál Strana 397

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 396
DM API TOKENS 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.
Zobrazit stránku 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 527 528

Komentáře k této Příručce

Žádné komentáře