PdfTable.TableArea Property

PDF File Writer

PdfTableTableArea Property

Gets or sets table area rectangle.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfRectangle TableArea { get; set; }

Property Value

Type: PdfRectangle
Remarks

Table area rectangle can only be set at initialization time.

The default table area is the default paper size less 1 inch margin.

Returned value is a copy of the internal rectangle.

See Also