PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new Table object

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public Table(
	int columnCount
)
Visual Basic (Declaration)
Public Sub New ( _
	columnCount As Integer _
)
Visual C++
public:
Table(
	int columnCount
)

Parameters

columnCount
Type: System..::.Int32
Column count

See Also