←Select platform

WiaPageSizeMode Enumeration

Summary
Contains the size of the page that is currently selected to be scanned. For more information refer to WIA_DPS_PAGE_SIZE property ID for WIA 1.0 or WIA_IPS_PAGE_SIZE for WIA 2.0 in Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
public enum WiaPageSizeMode 
public enum class WiaPageSizeMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaPageSizeMode(Enum): 
   A4 = 0 
   Letter = 1 
   Custom = 2 
   Auto = 100 
   CustomBase = 32768 
Members
ValueMemberDescription
0A48267 X 11692 (PORTRAIT orientation)
1Letter8500 X 11000 (PORTRAIT orientation)
2CustomDefined by the values of the WiaDeviceType.ScannerDevicePageHeight and WiaDeviceType.ScannerDevicePageWidth properties.
100AutoPage size is automatically determined by the device.
32768CustomBaseA custom page size whose dimensions are already known to the application and the device driver.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.