Accusoft.Forms1 - Updated
Shear Method



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : Shear Method
A ShearOptions object specifying the
Shears the image by the given amount.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub Shear( _
   ByVal options As ShearOptions _
) 
Dim instance As ScanFix
Dim options As ShearOptions
 
instance.Shear(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void Shear( 
   ShearOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void Shear( 
   ShearOptions^ options
) 

Parameters

options
A ShearOptions object specifying the
Exceptions
ExceptionDescription
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

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members