1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. PageTableArea
  8. /
  9. GetRowHeight

GetRowHeight

PageTableArea.GetRowHeight method

Returns the row height.

public double GetRowHeight(int rowIndex)
Parameter Type Description
rowIndex Int32 The zero-based index of the row.

Return Value

A double value that represents the height of the row.

See Also