ImagePreprocessingFilterListAddScale Method (Int32, InterpolationMode)ByteScout Document Parser SDK
Adds "Scale" image filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 4.8.0.470-master
Syntax

public void AddScale(
	int autoSizeLimit,
	InterpolationMode interpolationMode
)

Parameters

autoSizeLimit
Type: SystemInt32

[Missing <param name="autoSizeLimit"/> documentation for "M:ByteScout.DocumentParser.ImagePreprocessingFilterList.AddScale(System.Int32,System.Drawing.Drawing2D.InterpolationMode)"]

interpolationMode
Type: System.Drawing.Drawing2DInterpolationMode

[Missing <param name="interpolationMode"/> documentation for "M:ByteScout.DocumentParser.ImagePreprocessingFilterList.AddScale(System.Int32,System.Drawing.Drawing2D.InterpolationMode)"]

See Also

Reference