Click or drag to resize

OfficeAdapterDecoderGetImageInfo Method (Stream, Int32)

Gets an OfficeImageInfo object, containing information about the specified 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,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
The stream containing the document.
frameIndex
Type: SystemInt32
The index of the image frame to obtain information about.

Return Value

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