Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaPreviewType Enumeration
See Also  
Leadtools.Wia Namespace : WiaPreviewType Enumeration



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, please 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

Visual Basic (Declaration) 
Public Enum WiaPreviewType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaPreviewType
C# 
public enum WiaPreviewType : Enum 
C++/CLI 
public enum class WiaPreviewType : public Enum 

Members

MemberDescription
AdvancedPreview Updating the existing image is possible.
BasicPreview Another preview scan must be executed because updating the existing image is not possible.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPreviewType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also