DocumentConverter(Stream, InputOptions, DocumentUltimateConfiguration) Constructor

Initializes a new instance of the DocumentConverter class from a document stream.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.6
C#
public DocumentConverter(
	Stream inputStream,
	InputOptions inputOptions,
	DocumentUltimateConfiguration configuration = null
)

Parameters

inputStream  Stream
The stream containing the document to convert.
inputOptions  InputOptions
The input options which contains format and other options for the file to be converted.
configuration  DocumentUltimateConfiguration  (Optional)
The configuration to use instead of the global configuration.

See Also