Endnote position of the Document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum EndnotePosition
Public Enumeration EndnotePosition
public enum class EndnotePosition
type EndnotePosition
Members
| Member | Value | Description |
|---|---|---|
| DisplayEndOfSection | 0 |
Placed the Endnote on End of the section.
|
| DisplayEndOfDocument | 3 |
Placed the Endnote on End of the Document.
|