Click or drag to resize

OfficeAdapterDecoder Constructor (ICacheStream, DisposableTempFile, OfficeDisposableTempFileFactory, OfficeDisposableTempFileFactory)

Initializes a new instance of the OfficeAdapterDecoder class.

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 OfficeAdapterDecoder(
	ICache<Stream, DisposableTempFile> fileCache,
	OfficeDisposableTempFileFactory inputDocumentTempFileFactory,
	OfficeDisposableTempFileFactory outputPdfTempFileFactory
)

Parameters

fileCache
Type: Atalasoft.Imaging.Codec.Office.CachingICacheStream, DisposableTempFile
A cache responsible for managing the temporary PDFs generated by Office.
inputDocumentTempFileFactory
Type: Atalasoft.Imaging.Codec.OfficeOfficeDisposableTempFileFactory
A factory delegate for creating the DisposableTempFile which will be used to store the input document for Office to open.
outputPdfTempFileFactory
Type: Atalasoft.Imaging.Codec.OfficeOfficeDisposableTempFileFactory
A factory delegate for creating the DisposableTempFile which will be used to store the output intermediary PDF for Office to export.
See Also