PdfTable.Document Property

PDF File Writer

PdfTableDocument Property

Gets the PDF document that owns this table.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfDocument Document { get; }

Property Value

Type: PdfDocument
See Also