PdfTable.Page Property

PDF File Writer

PdfTablePage Property

Gets the current PDF page object.

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

Property Value

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