| Visual Basic (Declaration) | |
|---|---|
Public Property ImageEffects As WiaImageEffectsProperties  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public WiaImageEffectsProperties ImageEffects {get; set;}  | |
| C++/CLI | |
|---|---|
public: property WiaImageEffectsProperties ImageEffects { WiaImageEffectsProperties get(); void set (WiaImageEffectsProperties value); }  | |
Return Value
WiaImageEffectsProperties structure contains the image effects properties.Refer to WiaSession.GetRootItem example.
 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code