Click or drag to resize

OfficeAdapterDecoderRead Method (Stream, ProgressEventHandler)

Decodes the first frame of the document.

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 AtalaImage Read(
	Stream stream,
	ProgressEventHandler progress
)

Parameters

stream
Type: System.IOStream
The stream containing the document.
progress
Type: Atalasoft.ImagingProgressEventHandler
A delegate for receiving progress notifications.

Return Value

Type: AtalaImage
An AtalaImage representation of the first frame of the document.
See Also