Dynamsoft Home|Product Home

OnPostTransfer

Description

Fired after a transfer ends.

Syntax

Object_OnPostTransfer()

Remarks

This is the place to check PendingXFERs property.

This is the place to read the properties of image information: ImageBitsPerPixel property, ImagePixelType property, ImageLength property, ImageWidth property, ImageXResolution property, ImageYResolution property, ImageLayoutDocumentNumber property, ImageLayoutFrameLeft property, ImageLayoutFrameTop property, ImageLayoutFrameRight property, ImageLayoutFrameBottom property, ImageLayoutPageNumber property, ImageLayoutFrameNumber property. 

This is also the place to call CancelAllPendingTransfers().

See Also

OnPreAllTransfers Event, OnPreTransfer Event, OnPostAllTransfers Event, OnTransferCancelled Event, OnTransferError Event.