Kofax DM API Manual do Utilizador Página 327

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 527 528

Comentários a estes Manuais

Sem comentários