Click or drag to resize

OfficeDecoderGetImageInfo Method (Stream)

Retrieve information from a file data stored in a Stream about the first frame.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public override ImageInfo GetImageInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the file data.

Return Value

Type: ImageInfo
An OfficeImageInfo object containing information about the file data such as file type OfficeApplicationType, first decoded frame size etc.
Exceptions
ExceptionCondition
ArgumentException

stream is null.

OfficeDecoderException

MS Office file decoding error.

See Also