PDF File Writer Class Library - Author Uzi Granot
PdfTableContents Property |
Gets the current PDF contents object.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfContents Contents { get; }
Property Value
Type: PdfContentsThe current PDF contents object.

The initial value is set by the constructor.
The value is updated as each new page is added.
