Link Search Menu Expand Document

IImagePreprocessingFiltersCollectionAddFit 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
void AddFit(
	int fitToSize
)

Parameters

fitToSize
Type: SystemInt32

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

See Also

Reference