←Select platform

XScaling Property

Summary

Gets or sets the acquired image X-direction scaling value before transferring.

Syntax

C#
VB
C++
public int XScaling { get; set; } 
  
Public Property XScaling As Integer 
public: 
property int XScaling { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly