'Declaration
Public Function New( _ ByVal width As Double, _ ByVal widthIsRelativeToTable As Boolean _ )
'Usage
Dim width As Double Dim widthIsRelativeToTable As Boolean Dim instance As New PdfFlowTableColumn(width, widthIsRelativeToTable)
public PdfFlowTableColumn( double width, bool widthIsRelativeToTable )
public: PdfFlowTableColumn( double width, bool widthIsRelativeToTable )
Parameters
- width
- Column width.
- widthIsRelativeToTable
- True if the width is relative to table, false if it is an absolute value.