Initializes a new instance of the TableOfContent class.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TableOfContent(
	IDocument doc,
	string switches
)
Public Sub New ( 
	doc As IDocument,
	switches As String
)
public:
TableOfContent(
	IDocument^ doc, 
	String^ switches
)
new : 
        doc : IDocument * 
        switches : string -> TableOfContent

Parameters

doc
IDocument
The doc.
switches
String
The switches.

See Also