Click or drag to resize

PdfTableColumn Constructor (String, String)

Initializes a new instance of the PdfTableColumn class. The key should match the property name or Dictionary key for the objects.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTableColumn(
	string key,
	string displayText
)

Parameters

key
Type: SystemString
Key for column. This should be the same as the property name of the object
displayText
Type: SystemString
Text to show in table
See Also