Visual Basic (Declaration) | |
---|---|
Public Property ImageFrame As TwainFrame |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainFrame ImageFrame {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property TwainFrame get_ImageFrame(); public: __property void set_ImageFrame( TwainFrame value ); |
C++/CLI | |
---|---|
public: property TwainFrame ImageFrame { TwainFrame get(); void set (TwainFrame value); } |
Return Value
The image frame used when transferring images from the current TWAIN source.Visual Basic | Copy Code |
---|---|
Public Sub ImageFramePropertyExample(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void ImageFramePropertyExample(IWin32Window parent) |
The image frame specifies the size and location of the image to acquire.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method