Accusoft.Forms1 - Updated
RegionOfInterest Property



Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : RegionOfInterest Property
Gets and sets the area on the image to search for lines.
Syntax
Public Property RegionOfInterest As Rectangle
Dim instance As GraphicLineDetectionOptions
Dim value As Rectangle
 
instance.RegionOfInterest = value
 
value = instance.RegionOfInterest
public Rectangle RegionOfInterest {get; set;}
public:
property Rectangle RegionOfInterest {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A Rectangle object which indicates the current region of interest of the image.
Remarks
Use this when you wish to specify a region on the image to look at. If you want to search the entire image, do not set this.
See Also

Reference

GraphicLineDetectionOptions Class
GraphicLineDetectionOptions Members