Click or drag to resize

DocxDocumentAppendDocumentToSection Method

Append a document after the section.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxDocument AppendDocumentToSection(
	DocxDocument doc,
	DocxSection section,
	bool useDestinationStyles,
	bool addPageBreak
)

Parameters

doc  DocxDocument
The document.
section  DocxSection
Index section.
useDestinationStyles  Boolean
if set to true [use destination styles].
addPageBreak  Boolean
if set to true add a page break before append document.

Return Value

DocxDocument
DocxDocument.
Exceptions
See Also