Specifies values of the border overlap style.
Namespace: Spire.PdfAssembly: 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
Member | Value | Description |
---|---|---|
Overlap | 0 |
Cell borders overlap (are drawn using the same coordinates).
|
Inside | 1 |
Cell borders are drawns in the cell's interior.
|