Accusoft.ScanFixXpress8.Net
Area Property (BlobRemovalOptions)




Gets and sets the location and size of the rectangular area of the image where the blob removal process will search.
Syntax
'Declaration
 
Public Property Area As Rectangle
'Usage
 
Dim instance As BlobRemovalOptions
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
public: __property Rectangle get_Area();
public: __property void set_Area( 
   Rectangle value
);
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

The default value is 0, 0, 0, 0 .

See Also

Reference

BlobRemovalOptions Class
BlobRemovalOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback