| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Rescale Method : Rescale(RescaleOptions) Method |
'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 )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
| System.ComponentModel.InvalidEnumArgumentException | Thrown when argument enum value is invalid. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |
Note: Use this function if you wish to modify the parameters controlling the enhancement.