←Select platform

WiaPreviewControlMode Enumeration

Summary
Indicates whether an item needs a preview control displayed to the user. For more information refer to WIA_IPS_SHOW_PREVIEW_CONTROL property ID in Microsoft Windows SDK Documentation. This property is supported only by Windows Vista and later.

Syntax
C#
C++/CLI
Python
public enum WiaPreviewControlMode 
public enum class WiaPreviewControlMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaPreviewControlMode(Enum): 
   ShowPreview = 0 
   DontShowPreview = 1 
Members
ValueMemberDescription
0ShowPreview(0x00000001)Show a preview control to the user, because this device can perform a preview.
1DontShowPreviewDo not show a preview control to the user, because this device cannot perform a preview.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

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

Leadtools.Wia Assembly

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