API Reference

Enum

OfficeOcrCoordinateUnit

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

Coordinate unit used by an OCR span region.

Inheritance

  • Enum
  • OfficeOcrCoordinateUnit

Usage

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

Values

public const OfficeOcrCoordinateUnit Pixels #

Source image pixels.

Value: 0
public const OfficeOcrCoordinateUnit Points #

Document points, where 72 points equal one inch.

Value: 1
public const OfficeOcrCoordinateUnit Normalized #

Normalized coordinates from 0 through 1.

Value: 2