XFINIUM.PDF Documentation
Borders Property



Gets or sets the cell borders.
Syntax
'Declaration
 
Public Property Borders As PdfFlowContentBorders
'Usage
 
Dim instance As PdfFlowTableCell
Dim value As PdfFlowContentBorders
 
instance.Borders = value
 
value = instance.Borders
public PdfFlowContentBorders Borders {get; set;}
public:
property PdfFlowContentBorders^ Borders {
   PdfFlowContentBorders^ get();
   void set (    PdfFlowContentBorders^ value);
}

Property Value

A PdfFlowContentBorders object specifying how the top, right, bottom and left borders are drawn.
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

PdfFlowTableCell Class
PdfFlowTableCell Members

Send Feedback