PdfTableStyle
BorderOverlapStyle Property
|
Gets or sets a value indicating whether the cell borders
should overlap its neighbour's borders or be drawn in the cell interior.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBorderOverlapStyle BorderOverlapStyle { get; set; }
Public Property BorderOverlapStyle As PdfBorderOverlapStyle
Get
Set
public:
property PdfBorderOverlapStyle BorderOverlapStyle {
PdfBorderOverlapStyle get ();
void set (PdfBorderOverlapStyle value);
}
member BorderOverlapStyle : PdfBorderOverlapStyle with get, set
Property Value
Type:
PdfBorderOverlapStyle
Remarks
Please, use this property with caution,
because it might cause unexpected results if borders
are not the same width and colour.
See Also