Kofax DM API Manual do Utilizador Página 395

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 527 528

Comentários a estes Manuais

Sem comentários