Click or drag to resize

OfficeAdapterDecoder Constructor (ICacheStream, DisposableTempFile)

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
)

Parameters

fileCache
Type: Atalasoft.Imaging.Codec.Office.CachingICacheStream, DisposableTempFile
A cache responsible for managing the temporary PDFs generated by Office.
See Also