LEADTOOLS WIA (Leadtools.Wia assembly)

ImageEffects Property

Show in webframe





Gets or sets image effects properties for the current data source.
Syntax
public WiaImageEffectsProperties ImageEffects {get; set;}
'Declaration
 
Public Property ImageEffects As WiaImageEffectsProperties
'Usage
 
Dim instance As WiaProperties
Dim value As WiaImageEffectsProperties
 
instance.ImageEffects = value
 
value = instance.ImageEffects

            

            
public:
property WiaImageEffectsProperties ImageEffects {
   WiaImageEffectsProperties get();
   void set (    WiaImageEffectsProperties value);
}

Property Value

WiaImageEffectsProperties structure contains the image effects properties.
Example
Refer to WiaSession.GetRootItem example.
Requirements

Target Platforms

See Also

Reference

WiaProperties Structure
WiaProperties Members

 

 


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