Specifies values specifying where the header should formed from.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfHeaderSource
Public Enumeration PdfHeaderSource
public enum class PdfHeaderSource
type PdfHeaderSource
Members
| Member | Value | Description |
|---|---|---|
| ColumnCaptions | 0 |
The header is formed from column captions' values.
|
| Rows | 1 |
The header is formed from rows.
|