OcrTextRecognitionOptions.Resolution

OcrTextRecognitionOptions.Resolution property

Gets or sets the rendering resolution, in DPI. Defaults to 300.

public int Resolution { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrown when the assigned value is less than or equal to zero.

See Also