Click or drag to resize

DocxDocumentUpdateTableOfContent Method (Boolean)

Updates the table of content making dirty the document.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public void UpdateTableOfContent(
	bool updateTocOnOpening
)

Parameters

updateTocOnOpening
Type: SystemBoolean
Indicate if update TOC during opening document or now.
See Also