Load

IDocumentProcessorPlugin.Load method

Load the document using the specified load options.

public void Load(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