PdfTable.Active Property

PDF File Writer

PdfTableActive Property

Gets the table is active flag.

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

Property Value

Type: Boolean
Remarks
The active flag is set by the PdfTableInitialization method.
See Also