Specifies values of the border overlap style.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfBorderOverlapStyle
Public Enumeration PdfBorderOverlapStyle
public enum class PdfBorderOverlapStyle
type PdfBorderOverlapStyle

Members

MemberValueDescription
Overlap0
Cell borders overlap (are drawn using the same coordinates).
Inside1
Cell borders are drawns in the cell's interior.

See Also