Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainImageResolutionProperties Structure
See Also  Members  
Leadtools.Twain Namespace : TwainImageResolutionProperties Structure



Provides image resoultion information for the current selected data source.

Syntax

Visual Basic (Declaration) 
Public Structure TwainImageResolutionProperties 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As TwainImageResolutionProperties
C# 
public struct TwainImageResolutionProperties : ValueType 
C++/CLI 
public value class TwainImageResolutionProperties : public ValueType 

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Twain.TwainImageResolutionProperties

Requirements

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

See Also