Link Search Menu Expand Document

ImagePreprocessingFiltersCollectionAddFit 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.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void AddFit(
	int fitToSize
)

Parameters

fitToSize
Type: SystemInt32

[Missing <param name="fitToSize"/> documentation for "M:Bytescout.PDFExtractor.ImagePreprocessingFiltersCollection.AddFit(System.Int32)"]

Implements

IImagePreprocessingFiltersCollectionAddFit(Int32)
See Also

Reference