Link Search Menu Expand Document

ImagePreprocessingFilterListAddFit Method

Adds "Fit" image filter with the specified size limit. 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: 6.4.1.617-master
Syntax
public void AddFit(
	int fitToSize
)

Parameters

fitToSize
Type: SystemInt32

[Missing <param name="fitToSize"/> documentation for "M:ByteScout.DocumentParser.ImagePreprocessingFilterList.AddFit(System.Int32)"]

See Also

Reference