PdfTable.Contents Property

PDF File Writer

PdfTableContents Property

Gets the current PDF contents object.

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

Property Value

Type: PdfContents
The current PDF contents object.
Remarks
The initial value is set by the constructor. The value is updated as each new page is added.
See Also