Click or drag to resize

DocxDocumentAppendDocument Method (String, Boolean)

Append a document at the end of the current one

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

Parameters

docpath
Type: SystemString
The docpath.
useDestinationStyles
Type: SystemBoolean
if set to true [use destination styles].

Return Value

Type: DocxDocument
DocxDocument.
Exceptions
ExceptionCondition
ArgumentNullExceptiondocpath
ArgumentNullExceptiondocpath
See Also