Append

IDocumentProcessorPlugin.Append method

Append the document loading it with the specified load options.

public void Append(Stream inputStream, LoadOptions loadOptions)
ParameterTypeDescription
inputStreamStreamThe input stream.
loadOptionsLoadOptionsThe document load options. Can be null, in this case the document is loaded with default load options.

See Also