Kofax DM API Bedienungsanleitung Seite 395

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 394
DM API TOKENS 375
%FT_FORMAT
%FT_FORMAT
This token is used when a full text search is performed. This token
specifies the document format. It is required by DM Viewer so search
documents can be rendered properly.
Syntax
PCDSearch.AddReturnProperty(“%FT_FORMAT”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'Document format identifier used by DM Viewer.
pClient.AddReturnProperty("%FT_FORMAT")
'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_FORMAT”)
'Process the data.
Related Items
See the PCDSearch object.
See the
AddReturnProperty method.
See the following tokens:
%FT_CONFIDENCE
%FT_MARKER_LIST
%FT_FORMAT A token that specifies the document
format so that the DM Viewer can render
it properly.
Seitenansicht 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare