DocumentLine Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.
public class DocumentLine
type DocumentLine = class
Public Class DocumentLine
- Inheritance
-
DocumentLine
Properties
BoundingPolygon |
The polygon that outlines the content of this line. Coordinates are specified relative to the top-left of the page, and points are ordered clockwise from the left relative to the line orientation. Units are in pixels for images and inches for PDF. The DocumentPageLengthUnit type of a recognized page can be found at Unit. |
Content |
Concatenated content of the contained elements in reading order. |
Spans |
Location of the line in the reading order concatenated content. |
Methods
GetWords() |
Returns the list of DocumentWord that compose this line. |
Applies to
Azure SDK for .NET