Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

PixelFlavor Property






Gets or sets pixel flavor used when acquiring.
Syntax
public TwainImagePixelFlavor PixelFlavor {get; set;}
'Declaration
 
Public Property PixelFlavor As TwainImagePixelFlavor
'Usage
 
Dim instance As TwainImageEffectsProperties
Dim value As TwainImagePixelFlavor
 
instance.PixelFlavor = value
 
value = instance.PixelFlavor
public:
property TwainImagePixelFlavor PixelFlavor {
   TwainImagePixelFlavor get();
   void set (    TwainImagePixelFlavor value);
}

Property Value

Pixel flavor used when acquiring. Possible values are (according to the TWAIN 2.0 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

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file