IImagePreprocessingFiltersCollectionAddScale Method (Int32)ByteScout PDF Extractor SDK
Adds "Scale" image filter with the specified size limit and default interpolation mode (HighQualityBicubic). 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
)

Parameters

autoSizeLimit
Type: SystemInt32

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

See Also

Reference