[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Model.ITableVector

Interface ITableVector

Namespace
GrapeCity.Documents.Pdf.Recognition.Model
Assembly
GcDocs.Pdf.dll

The base interface for rows and columns of an ITable.

public interface ITableVector

Properties

Length

Gets the vector length.

float Length { get; }

Property Value

float

Methods

GetBounds()

Returns the vector bounds on a page.

Quadrilateral GetBounds()

Returns

Quadrilateral

The vector bounds.