XFINIUM.PDF Documentation
PdfFlowTableColumn Constructor(Double,PdfGraphicAlign,PdfGraphicAlign,PdfBrush)



Column width.
Horizontal align for cells in the column
Vertical align for cells in the column
Background for cells in the column.
Initializes a new PdfFlowTableColumn object.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal horizontalAlign As PdfGraphicAlign, _
   ByVal verticalAlign As PdfGraphicAlign, _
   ByVal background As PdfBrush _
)
'Usage
 
Dim width As Double
Dim horizontalAlign As PdfGraphicAlign
Dim verticalAlign As PdfGraphicAlign
Dim background As PdfBrush
 
Dim instance As New PdfFlowTableColumn(width, horizontalAlign, verticalAlign, background)

Parameters

width
Column width.
horizontalAlign
Horizontal align for cells in the column
verticalAlign
Vertical align for cells in the column
background
Background for cells in the column.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowTableColumn Class
PdfFlowTableColumn Members
Overload List

Send Feedback