Click or drag to resize

ResampleDocumentMethod Enumeration

Specifies the resampling method to apply using the ResampleDocumentCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ResampleDocumentMethod
Members
  Member nameDescription
BiLinear

Uses bi-linear resampling. Yields good results when enlarging images, and fairly fast.

Not"e: This was previously incorrectly named NearestNeighbor.

ScaleToGray Converts the 1-bit binary image to grayscale as it resizes which retains the visual detail of the image.
AreaAverage Performs an area average of the binary image with a specified "cut-off" factor that will favor black or white pixels. Valid for reductions only.
EnlargeFast Performs a quick pixel mapping when enlarging speed is more important than quality.
See Also