Click or drag to resize

TiffDecoderGetImageInfo Method (Stream, Int32)

Retreive information from a Tiff image stored in a Stream without decoding the image data.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.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
A stream containing the encoded image data.
frameIndex
Type: SystemInt32
The zero based frame index.

Return Value

Type: ImageInfo
Exceptions
ExceptionCondition
Thrown if the image stream is not located at the beginning of a valid TIFF file.
See Also