Accusoft.ImagXpress13.Net
Redeyes Property




Gets and sets the redeye collection.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Redeyes As RedeyeCollection
'Usage
 
Dim instance As Processor
Dim value As RedeyeCollection
 
instance.Redeyes = value
 
value = instance.Redeyes
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public RedeyeCollection Redeyes {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property RedeyeCollection* get_Redeyes();
public: __property void set_Redeyes( 
   RedeyeCollection* value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property RedeyeCollection^ Redeyes {
   RedeyeCollection^ get();
   void set (    RedeyeCollection^ value);
}

Property Value

The RedeyeCollection which contains redeye information.
Remarks

The AutoRemoveRedeye method detects and corrects red eyes within the image. One rectangle and corresponding correction information is generated for each corrected eye, and the collection of this information is stored in this property.

Note: This property is generally called after calling AutoRemoveRedeye.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback