Kofax DM API Manuel d'utilisateur Page 327

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 326
DM API TOKENS 307
%CONTENT
'Report the total components (or rows).
iCount = pGetDoc.GetReturnValue(%NUM_COMPONENTS)
MsgBox(“The totoal number of rows = “ & CStr(iCount))
'Get the first row.
pGetDoc.SetRow(1)
'Get the stream.
pGetStream = pGetDoc.GetPropertyValue("%CONTENT")
checkError(pGetDoc, "ERROR_GETCONTENT")
'Get the size of the content stream.
VerFileSize = GetStream.GetPropertyValue( _
"%ISTREAM_STATSTG_CBSIZE_LOWPART")
Related Items
See the following objects:
PCDGetDoc
PCDPutDoc
See the GetPropertyValue method.
See the
%ISTREAM_STATSTG_CBSIZE_LOWPART token.
Vue de la page 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 527 528

Commentaires sur ces manuels

Pas de commentaire