Xfinium.Pdf.FlowDocument Namespace > PdfFlowTableColumn Class > PdfFlowTableColumn Constructor : PdfFlowTableColumn Constructor(Double,PdfGraphicAlign,PdfGraphicAlign,PdfBrush) |
'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)
public PdfFlowTableColumn( double width, PdfGraphicAlign horizontalAlign, PdfGraphicAlign verticalAlign, PdfBrush background )
public: PdfFlowTableColumn( double width, PdfGraphicAlign horizontalAlign, PdfGraphicAlign verticalAlign, PdfBrush^ background )
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