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



Enables configuration of the current film scan. For more information please refer to WIA_IPS_FILM_SCAN_MODE property ID in Microsoft Windows SDK Documentation.

This property is supported only by Windows Vista and later.

Syntax

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

Members

MemberDescription
ColorSlide Scan for a color slide.
ColorNegative Scan for a color negative.
BlackWhiteNegative Scan for a black and white negative.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaFilmScanMode

Requirements

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

See Also