PixelFlavor Property

Summary
Gets or sets pixel flavor used when acquiring.
Syntax
C#
VB
C++
public TwainImagePixelFlavor PixelFlavor { get; set; } 
Public Property PixelFlavor As TwainImagePixelFlavor 
public: 
property TwainImagePixelFlavor PixelFlavor { 
   TwainImagePixelFlavor get(); 
   void set (    TwainImagePixelFlavor ); 
} 

Property Value

Pixel flavor used when acquiring. Possible values are (according to the TWAIN specification): TwainCapabilityValue.PixelFlavorChocolate zero stands for the darkest shade, TwainCapabilityValue.PixelFlavorVanilla zero stands for the lightest shade.

Example

Refer to ImageEffects example.

Requirements

Target Platforms

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

Leadtools.Twain Assembly

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