AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : WriteCBData Method |
Visual Basic |
---|
Public Sub WriteCBData( _ ByVal lImageID As Long, _ ByRef pVData As Variant, _ ByVal lDataLength As Long _ ) |
Calling this method with the IDataLength parameter set to 0 signals the load process to finish. Any call with data of any length causes the waiting buffer to continue decoding.
Note: If this method is called with an IDataLength set to 0 and an additional CB_READ event is issued, additional calls to WriteCBData or WriteCBDataPtr should be made again with a data length of 0.