Link Search Menu Expand Document

ImagePreprocessingFiltersCollectionAddScale 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
public void AddScale(
	double scaleFactor
)

Parameters

scaleFactor
Type: SystemDouble

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

Implements

IImagePreprocessingFiltersCollectionAddScale(Double)
See Also

Reference