API Reference

Enum

OcrCoordinateUnit

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Coordinate unit used by an OCR region.

Inheritance

  • Enum
  • OcrCoordinateUnit

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OcrCoordinateUnit Pixels #

Source image pixels.

Value: 0
public const OcrCoordinateUnit Points #

Document points, where 72 points equal one inch.

Value: 1
public const OcrCoordinateUnit Normalized #

Normalized coordinates from zero through one.

Value: 2