Click or drag to resize

PdfTableColumn Constructor

Overload List
  NameDescription
Public methodPdfTableColumn(String, String)
Initializes a new instance of the PdfTableColumn class. The key should match the property name or Dictionary key for the objects.
Public methodPdfTableColumn(String, String, Double)
Initializes a new instance of the PdfTableColumn class. The key should match the property name or Dictionary key for the objects.
Public methodPdfTableColumn(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.
Public methodPdfTableColumn(String, String, Double, PdfTextAlignment, Double, Double)
Initializes a new instance of the PdfTableColumn class. The key is used to do a lookup in a collection or Dictionary for property values.
Top
See Also