LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

XScaling Property






Gets or sets the acquired image X-direction scaling value before transferring.
Syntax
public int XScaling {get; set;}
'Declaration
 
Public Property XScaling As Integer
'Usage
 
Dim instance As WiaImageResolutionProperties
Dim value As Integer
 
instance.XScaling = value
 
value = instance.XScaling
public int XScaling {get; set;}
 get_XScaling();
set_XScaling(value);
public:
property int XScaling {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the acquired image X-direction scaling value before transferring.
Remarks

The horizontal scaling percentage to be applied to the scanned page within the scanner device. This value can be from 1 to maximum of 65535. For example, 100 means no scaling, 50 means scaling down to 50 of the original size, and 200 means scaling up to 200 of the original size.

Note: This member is only available on VISTA (WIA 2.0 version).

Example
Refer to WiaSession.GetRootItem example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaImageResolutionProperties Structure
WiaImageResolutionProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.