IImagePreprocessingFiltersCollectionAddScale Method (Int32, InterpolationMode)ByteScout PDF Extractor 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.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax

void AddScale(
	int autoSizeLimit,
	InterpolationMode interpolationMode
)

Parameters

autoSizeLimit
Type: SystemInt32

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

interpolationMode
Type: System.Drawing.Drawing2DInterpolationMode

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

See Also

Reference