Accusoft.Forms1 - Updated
Area Property (GetRectangleOptions)



Accusoft.ScanFixXpressSdk Namespace > GetRectangleOptions Class : Area Property
Gets and sets the rectangular area to extract from the original image.
Syntax
Public Property Area As Rectangle
Dim instance As GetRectangleOptions
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

GetRectangleOptions Class
GetRectangleOptions Members