Link Search Menu Expand Document

IImagePreprocessingFiltersCollectionAddScale Method

Adds "Scale" image filter with specified scale factor. In example, '2.0' - double the size.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void AddScale(
	double scaleFactor
)

Parameters

scaleFactor
Type: SystemDouble

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

See Also

Reference