LEADTOOLS WIA (Leadtools.Wia assembly)

YScaling Property

Show in webframe





Gets or sets the acquired image Y-direction scaling value before transferring.
Syntax
public int YScaling {get; set;}
'Declaration
 
Public Property YScaling As Integer
'Usage
 
Dim instance As WiaImageResolutionProperties
Dim value As Integer
 
instance.YScaling = value
 
value = instance.YScaling

            

            
public:
property int YScaling {
   int get();
   void set (    int value);
}

Property Value

The acquired image Y-direction scaling value before transferring.
Remarks

The vertical 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

See Also

Reference

WiaImageResolutionProperties Structure
WiaImageResolutionProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.