Specifies values of the border overlap style.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|