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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : Shear Method
A ShearOptions object specifying the
Shears the image by the given amount.
Syntax
'Declaration
 
Public Sub Shear( _
   ByVal options As ShearOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As ShearOptions
 
instance.Shear(options)
public void Shear( 
   ShearOptions options
)
public: void Shear( 
   ShearOptions* options
) 
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

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