DocumentConverter(Stream, DocumentFormat, 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,
	DocumentFormat inputFormat,
	DocumentUltimateConfiguration configuration = null
)

Parameters

inputStream  Stream
The stream containing the document to convert.
inputFormat  DocumentFormat
The format of the file to be converted.
configuration  DocumentUltimateConfiguration  (Optional)
The configuration to use instead of the global configuration.

See Also