Accusoft.ScanFixXpress8.Net
GetRectangle Method




A GetRectangleOptions object specifying options for the area to obtain
Replaces the current image with a subset of the original image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub GetRectangle( _
   ByVal options As GetRectangleOptions _
) 
'Usage
 
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
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void GetRectangle( 
   GetRectangleOptions^ options
) 

Parameters

options
A GetRectangleOptions object specifying options for the area to obtain
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback