LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaImageResolutionProperties Structure Properties
See Also 
Leadtools.Wia Namespace : WiaImageResolutionProperties Structure


"

For a list of all members of this type, see WiaImageResolutionProperties members.

"

Public Properties

 NameDescription
public Property BitsPerPixelGets or sets the bits per pixel the acquired images will have.  
public Propertystatic (Shared in Visual Basic) EmptyReturns a WiaImageResolutionProperties structure with default values.  
public Property HeightGets or sets the height of the scanning area.  
public Property HorizontalResolutionGets or sets the horizontal resolution of the WIA source while acquiring the image.  
public Property RotationAngleGets or sets the acquired image rotation angle value before transfer.  
public Property VerticalResolutionGets or sets the vertical resolution of the WIA source while acquiring the image.  
public Property WidthGets or sets the width of the scanning area.  
public Property XPosGets or sets the X coordinate of the upper-left corner of the scanning area.  
public Property XScalingGets or sets the acquired image X-direction scaling value before transferring.  
public Property YPosGets or sets the Y coordinate of the upper-left corner of the scanning area.  
public Property YScalingGets or sets the acquired image Y-direction scaling value before transferring.  
Top

See Also