AccusoftTwainPro9 ActiveX DLL > TwainPro Object : Picture Property |
Visual Basic |
---|
Public Property Picture As Picture |
There must be an image available. This is accomplished by using the StartSession method to acquire an image.
Attempting to access this property when there is no image will return an error.
This property returns a VB picture object for use with other controls that support the picture object including the standard VB picture control.
This property is not compatible with Delphi.