Accusoft.Forms1 - Updated
Area Property (CombRemovalOptions)



Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class : Area Property
Gets and sets the rectangular area of the image where the comb removal process will search.
Syntax
Public Property Area As Rectangle
Dim instance As CombRemovalOptions
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

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

See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members