Accusoft.ScanFixXpress8.Net
Rescale(RescaleOptions) Method




A RescaleOptions object containing parameters to control resizing process.
Rescales the image with the vertical and horizontal axis rescaled independently from each other.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub Rescale( _
   ByVal options As RescaleOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As RescaleOptions
 
instance.Rescale(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void Rescale( 
   RescaleOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void Rescale( 
   RescaleOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void Rescale( 
   RescaleOptions^ options
) 

Parameters

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

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

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback