Click or drag to resize

Document ImportContent Method (IDocument, Boolean)

Imports all content into document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ImportContent(
	IDocument doc,
	bool importStyles
)

Parameters

doc
Type: Spire.Doc.Interface IDocument
The doc.
importStyles
Type: System Boolean
If document styles which have same names will be also imported to the destination document,set to true .

Implements

IDocument ImportContent(IDocument, Boolean)
See Also