Leadtools TWAIN (Leadtools.Twain assembly)

PixelFlavor Property

Show in webframe





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 TwainProperties.ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.