Click or drag to resize

OfficeDisposableTempFileFactory Delegate

A delegate for producing DisposableTempFile used by various stages of Office decoding.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate DisposableTempFile OfficeDisposableTempFileFactory(
	OfficeApplicationType officeApplicationType,
	Stream stream
)

Parameters

officeApplicationType
Type: Atalasoft.Imaging.Codec.OfficeOfficeApplicationType
stream
Type: System.IOStream
The stream containing the document which is being decoded.

Return Value

Type: DisposableTempFile
An instance of DisposableTempFile containing information for a unique, empty temp file.
See Also