Click or drag to resize

PdfTableCell Class

Represents a table cell.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfTableCell

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfTableCell

The PdfTableCell type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounds of the PdfTableCell.
Public propertyColumnSpan Get the number of columns this PdfTableCell spans.
Public propertyRowSpan Get the number of rows this PdfTableCell spans.
Public propertyText Gets the PdfText contained in this PdfTableCell.
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this PdfTableCell instance.
(Overrides ObjectToString)
Top
See Also