Dela via


FieldBoundingBox Struct

Definition

A sequence of four PointF representing a quadrilateral that outlines the text of an element in a recognized form. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the top-left corner relative to the text orientation. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.

public readonly struct FieldBoundingBox
type FieldBoundingBox = struct
Public Structure FieldBoundingBox
Inheritance
FieldBoundingBox

Properties

Item[Int32]

Gets one of the points that set the limits of this FieldBoundingBox. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the top-left corner relative to the text orientation.

Methods

ToString()

Returns string representation for FieldBoundingBox.

Applies to