Click or drag to resize

OfficeAdapterDecoderGetImageInfo Method (Stream)

Gets an OfficeImageInfo object, containing information about the first frame.

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 override ImageInfo GetImageInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream containing the document.

Return Value

Type: ImageInfo
An OfficeImageInfo object, containing information about the first image frame.
See Also