PdfTableCell Properties

PDF File Writer

PdfTableCell Properties

The PdfTableCell type exposes the following members.

Properties
  NameDescription
Public propertyAnnotAction
Gets or sets annotation action derived classes
Public propertyBarcode
Gets barcode if type is Barcode
Public propertyClientBottom
Gets client area bottom side.
Public propertyClientLeft
Gets client area left side.
Public propertyClientRight
Gets client area right side.
Public propertyClientTop
Gets client area top side.
Public propertyClientWidth
Gets Client area width.
Public propertyFormattedText
Gets cell's formatted value.
Public propertyFrameLeft
Gets cell's frame left side (grid line).
Public propertyFrameWidth
Gets cell's frame width (grid line to grid line).
Public propertyHeader
Cell is a header.
Public propertyImage
Gets Image if Type is Image.
Public propertyImageHeight
Gets or sets image height in user units.
Public propertyImageWidth
Gets or sets image width in user units.
Public propertyIndex
Gets cell's index position within Table.Cell array.
Public propertyParent
Gets parent PdfTable.
Public propertyStyle
Gets or sets cell's style.
Public propertyTextBox
Gets TextBox if Type is TextBox.
Public propertyTextBoxHeight
Text box height including extra space
Public propertyType
Gets cell's enumeration type.
Public propertyValue
Gets or sets cell's value
Public propertyWebLink
Sets a web link for this cell.
Top
See Also