←Select platform

WiaFocusMode Enumeration

Summary
Defines the current focus mode setting for the camera device. For more information refer to WIA_DPC_FOCUS_MODE property ID in Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
public enum WiaFocusMode 
public enum class WiaFocusMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaFocusMode(Enum): 
   Manual = 1 
   Auto = 2 
   MacroAuto = 3 
Members
ValueMemberDescription
1ManualThe camera device is configured to allow the user to focus manually.
2Auto(0x00000003)The camera device is configured to focus automatically.
3MacroAutoThe camera device is configured to focus automatically using short-range macro settings.
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.