Kofax DM API Bedienungsanleitung Seite 391

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 390
DM API TOKENS 371
%FT_CHARACTER_SET
%FT_CHARACTER_SET
This token is used to specify a character set for documents rendered in
HTML format.
Syntax
PCDGetDoc.AddSearchCriteria( _
“%FT_CHARACTER_SET”, intCharSetID)
Parameters
Usage
Because of the way the bits are set, the character set ID number is
usually shown as a hexadecimal number. For example, to render HTML
in Japanese, set the character-set ID to
0x13A40000. The setting for
Korean is
0x13B50000.
Example
'Create a doc object.
pGetDoc = CreateObject("PCDClient.PCDGetDoc.1")
'Check for errors.
checkErrorPortal( pGetDoc )
'Set the DM security token.
pGetDoc.SetDST(strDST)
'Specify the character set.
pGetDoc.AddSearchCriteria("%FT_CHARACTER_SET", code)
'Execute the search.
pGetDoc.Execute()
%FT_CHARACTER_ SET The token identifier that indicates this
command statement contains a
character set value.
intCharSetID The number that identifies the character
set that is to control how HTML
documents are rendered.
Seitenansicht 390
1 2 ... 386 387 388 389 390 391 392 393 394 395 396 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare