Click or drag to resize

PdfTable Class

Represents a table that was found in the PdfContentGroup.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfTable

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

The PdfTable type exposes the following members.

Properties
 NameDescription
Public propertyRows Gets the read-only collection of PdfTableRows.
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this PdfTable instance.
(Overrides ObjectToString)
Top
See Also