Click or drag to resize

PdfTableColumn Constructor (String, String, Double, PdfTextAlignment)

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,
	double columnWidth,
	PdfTextAlignment textAlignment
)

Parameters

key
Type: SystemString
Key for column. This should be the same as the property name of the object or Dictionary<string,string> key.
displayText
Type: SystemString
Text to show in table column header
columnWidth
Type: SystemDouble
The width the column should span
textAlignment
Type: Atalasoft.PdfDoc.Generating.ShapesPdfTextAlignment
The horizontal alignment for the column text
See Also