Click or drag to resize

OfficeAdapterDecoder Constructor (OfficeSession)

Initializes a new instance of the OfficeAdapterDecoder class using the provided OfficeSession.

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(
	OfficeSession officeSession
)

Parameters

officeSession
Type: Atalasoft.Imaging.Codec.OfficeOfficeSession
The instance of OfficeSession to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the OfficeSession argument is
null
.
See Also