PdfTable Properties

PDF File Writer

PdfTable Properties

The PdfTable type exposes the following members.

Properties
  NameDescription
Public propertyActive
Gets the table is active flag.
Public propertyBorders
Borders control
Public propertyCell
Gets array of cell items.
Public propertyCellStyle
Creates a cell style object as a copy of the default cell style.
Public propertyColumnPosition
Gets array of column positions.
Public propertyColumns
Gets the number of columns in the table.
Public propertyColumnWidth
Gets array of column widths.
Public propertyCommitGCCollectFreq
Call GC collect frequency
Public propertyCommitToPdfFile
Commit page contents to PDF file
Public propertyContents
Gets the current PDF contents object.
Public propertyDefaultCellStyle
Gets the default cell style.
Public propertyDefaultHeaderStyle
Gets the default header style.
Public propertyDocument
Gets the PDF document that owns this table.
Public propertyHeader
Gets array of header items.
Public propertyHeaderHeight
Gets the current header height.
Public propertyHeaderOnEachPage
Gets or sets the flag controlling the drawing of the header row.
Public propertyHeaderStyle
Creates a header style object as a copy of the default header style.
Public propertyMinHeaderHeight
Gets or sets minimum row height.
Public propertyMinRowHeight
Gets or sets minimum row height.
Public propertyPage
Gets the current PDF page object.
Public propertyRowBottomPosition
Gets the current row bottom position.
Public propertyRowHeight
Gets the current row height.
Public propertyRowNumber
Gets the current row number.
Public propertyRowPosition
Gets array of row positions.
Public propertyRowTopPosition
Gets or sets current row top position.
Public propertyTableArea
Gets or sets table area rectangle.
Public propertyTablePageNumber
Table's page number starting with zero
Top
See Also