ScanFix Xpress v9.0 for .NET - Updated
GetRectangle Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : GetRectangle Method
A GetRectangleOptions object specifying options for the area to obtain
Replace the current image with a subset of the original image.
Syntax
'Declaration
 
Public Sub GetRectangle( _
   ByVal options As GetRectangleOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As GetRectangleOptions
 
instance.GetRectangle(options)
public void GetRectangle( 
   GetRectangleOptions options
)
public: void GetRectangle( 
   GetRectangleOptions* options
) 
public:
void GetRectangle( 
   GetRectangleOptions^ options
) 

Parameters

options
A GetRectangleOptions object specifying options for the area to obtain
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

If the specified area extends beyond the boundaries of the original image, either pixels of the PadColor will be added or an error will occur depending upon the value of the AllowPadding property.

See Also

Reference

ScanFix Class
ScanFix Members

Is this page helpful?
Yes No
Thanks for your feedback.