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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Rescale Method : Rescale(Double,Double) Method
The horizontal magnification to apply to the image.
The vertical magnification to apply to the image.
Deprecated - Use 'Rescale(Accusoft.ScanFixXpressSdk.RescaleOptions options)' constructor instead. Rescales the image with the vertical and horizontal axis rescaled independently from each other.
Syntax
'Declaration
 
Public Overloads Sub Rescale( _
   ByVal horizontal As Double, _
   ByVal vertical As Double _
) 
'Usage
 
Dim instance As ScanFix
Dim horizontal As Double
Dim vertical As Double
 
instance.Rescale(horizontal, vertical)
public void Rescale( 
   double horizontal,
   double vertical
)
public: void Rescale( 
   double horizontal,
   double vertical
) 
public:
void Rescale( 
   double horizontal,
   double vertical
) 

Parameters

horizontal
The horizontal magnification to apply to the image.
vertical
The vertical magnification to apply to the image.
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.