ScanFix Xpress v9.0 for .NET - Updated
Rescale(RescaleOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Rescale Method : Rescale(RescaleOptions) Method
A RescaleOptions object containing parameters to control resizing process.
Rescale the image with the vertical and horizontal axis rescaled independently from each other.
Syntax
'Declaration
 
Public Overloads Sub Rescale( _
   ByVal options As RescaleOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As RescaleOptions
 
instance.Rescale(options)
public void Rescale( 
   RescaleOptions options
)
public: void Rescale( 
   RescaleOptions* options
) 
public:
void Rescale( 
   RescaleOptions^ options
) 

Parameters

options
A RescaleOptions object containing parameters to control resizing process.
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

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

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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