PdfHeaderSource Enumeration
|
Specifies values specifying where the header should formed from.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfHeaderSource
Public Enumeration PdfHeaderSource
public enum class PdfHeaderSource
Members
|
Member name
|
Value
|
Description
|
|
ColumnCaptions
|
0
|
The header is formed from column captions' values.
|
|
Rows
|
1
|
The header is formed from rows.
|
See Also