Kofax DM API Bedienungsanleitung Seite 80

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 79
60 CHAPTER 3
PCDGetStream
lngTotCount = lngTotCount + lngCurCount
bytInArray = objGetStream.Read(5120)
lngCurCount = objGetStream.BytesRead
Wend
If (objGetStream <> 0) Then
'Error: Unexpected end to read loop.
Else
If (lngTotCount > 0) Then
MsgBox "Done. File is " & _
CStr(lngTotCount) & _
" Bytes in Length."
Else
'Error: Read Failed. Process the error.
End If
End If
Set objDoc = Nothing
Set objGetDoc = Nothing
Set objGetStream = Nothing
.
.
.
Related Items
See the following methods:
GetPropertyValue
Read
Seek
SetComplete
See the following properties:
BytesRead
ErrDescription
ErrNumber
Seitenansicht 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare