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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly