Accusoft.Forms1 - Updated
GetRectangle Method



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : GetRectangle Method
A GetRectangleOptions object specifying options for the area to obtain
Replaces the current image with a subset of the original image.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub GetRectangle( _
   ByVal options As GetRectangleOptions _
) 
Dim instance As ScanFix
Dim options As GetRectangleOptions
 
instance.GetRectangle(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void GetRectangle( 
   GetRectangleOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
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