←Select platform

WiaPreviewType Enumeration

Summary
Specifies whether the existing preview image can be updated during an image preview (in response to a change in the WiaPropertyId.ItemDatatype or WiaPropertyId.ItemDepth properties). For more information, refer to the WIA_IPS_PREVIEW_TYPE property ID in the Microsoft Windows SDK Documentation.

This property is supported only by Windows Vista and later.

Syntax
C#
C++/CLI
Python
public enum WiaPreviewType 
public enum class WiaPreviewType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaPreviewType(Enum): 
   AdvancedPreview = 0 
   BasicPreview = 1 
Members
ValueMemberDescription
0AdvancedPreviewUpdating the existing image is possible.
1BasicPreviewAnother preview scan must be executed because updating the existing image is not possible.
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.