Accusoft.ImagXpressSdk Namespace > Processor Class : Redeyes Property |
'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); }
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.