Click or drag to resize

DocxDocumentAppendDocument(String, Boolean) Method

Append a document at the end of the current one

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxDocument AppendDocument(
	string docpath,
	bool useDestinationStyles
)

Parameters

docpath  String
The docpath.
useDestinationStyles  Boolean
if set to true [use destination styles].

Return Value

DocxDocument
DocxDocument.
Exceptions
ExceptionCondition
ArgumentNullExceptiondocpath
ArgumentNullExceptiondocpath
See Also