Dynamsoft Home|Product Home

Picture Property

Description

Returns the Picture object of the current image. This is a runtime, read-only property.

Data type

Picture

Syntax

ObjectName. Picture

Remarks

The Picture property implements the IPictureDisp interface.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

Sample   

VB Sample:
Private Sub Twain_OnPostTransfer()
    Image1.Picture = Twain.Picture        
End Sub