Visual Basic (Declaration) | |
---|---|
Public Property Resolution As SizeF |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SizeF Resolution {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property SizeF get_Resolution(); public: __property void set_Resolution( SizeF value ); |
Return Value
The horizontal and vertical resolution used to transfer images from the current TWAIN source.Visual Basic | Copy Code |
---|---|
Public Sub ResolutionExample(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void ResolutionExample(IWin32Window parent) |
This property internally gets or sets the horizontal resolution capability ICAP_XRESOLUTION.
For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 1.9).
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
ImageFrame Property
TransferOptions Property
IsTransferModeAvailable Method
Resolution Property
ShowProgressIndicator Method