Leadtools TWAIN (Leadtools.Twain assembly)

Shadow Property

Show in webframe





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 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.