ImportDocument

Merger.ImportDocument method

Imports the document as attachment or embedded via Ole.

public void ImportDocument(IImportDocumentOptions importDocumentOptions)
Parameter Type Description
importDocumentOptions IImportDocumentOptions The embedded document import options.

Exceptions

exception condition
ArgumentNullException Thrown when importDocumentOptions is null.

Remarks

Learn more

See Also