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

GetColumnWidth

PageTableArea.GetColumnWidth method

Returns the column width.

public double GetColumnWidth(int columnIndex)
Parameter Type Description
columnIndex Int32 The zero-based index of the column.

Return Value

A double value that represents the width of the column.

See Also