Specifies values specifying where the header should formed from.

Namespace: Spire.Pdf.Tables
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 PdfHeaderSource
Public Enumeration PdfHeaderSource
public enum class PdfHeaderSource
type PdfHeaderSource

Members

MemberValueDescription
ColumnCaptions0
The header is formed from column captions' values.
Rows1
The header is formed from rows.

See Also