Initializes a new instance of the class.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfTableLayoutFormat(
	PdfTextLayout baseFormat
)
Public Sub New ( 
	baseFormat As PdfTextLayout
)
public:
PdfTableLayoutFormat(
	PdfTextLayout^ baseFormat
)
new : 
        baseFormat : PdfTextLayout -> PdfTableLayoutFormat

Parameters

baseFormat
PdfTextLayout
The base format.

See Also