Table of Contents

Class DeskewSettings

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Class that contains setting for the deskew operation.

public sealed class DeskewSettings : IDeskewSettings
Inheritance
DeskewSettings
Implements
IDeskewSettings
Inherited Members

Constructors

DeskewSettings()

public DeskewSettings()

Properties

AutoCrop

Gets or sets a value indicating whether the image should be auto cropped after deskewing.

public bool AutoCrop { get; set; }

Property Value

bool

Threshold

Gets or sets the threshold.

public Percentage Threshold { get; set; }

Property Value

Percentage