Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaImageResolutionProperties Structure Members
See Also  Properties  Methods 
Leadtools.Wia Namespace : WiaImageResolutionProperties Structure


The following tables list the members exposed by WiaImageResolutionProperties.

Public Properties

 NameDescription
Public Property BitsPerPixel Gets or sets the bits per pixel the acquired images will have.  
Public Propertystatic (Shared in Visual Basic) Empty Returns a WiaImageResolutionProperties structure with default values.  
Public Property Height Gets or sets the height of the scanning area.  
Public Property HorizontalResolution Gets or sets the horizontal resolution of the WIA source while acquiring the image.  
Public Property RotationAngle Gets or sets the acquired image rotation angle value before transfer.  
Public Property VerticalResolution Gets or sets the vertical resolution of the WIA source while acquiring the image.  
Public Property Width Gets or sets the width of the scanning area.  
Public Property XPos Gets or sets the X coordinate of the upper-left corner of the scanning area.  
Public Property XScaling Gets or sets the acquired image X-direction scaling value before transferring.  
Public Property YPos Gets or sets the Y coordinate of the upper-left corner of the scanning area.  
Public Property YScaling Gets or sets the acquired image Y-direction scaling value before transferring.  
Top

Public Methods

 NameDescription
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString (Inherited from System.ValueType)
Top

See Also