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

Show in webframe

Shadow Property






Gets or sets shadow value.
Syntax
public float Shadow {get; set;}
'Declaration
 
Public Property Shadow As Single
'Usage
 
Dim instance As TwainImageEffectsProperties
Dim value As Single
 
instance.Shadow = value
 
value = instance.Shadow
public:
property float Shadow {
   float get();
   void set (    float value);
}

Property Value

Shadow value.
Example
Refer to ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file