Click or drag to resize

RawDecoderGetThumbnail Method

Returns an AtalaImage containing the thumbnail image stored in the RAW stream.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage GetThumbnail(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Input stream

Return Value

Type: AtalaImage
Returns the thumbnail image if one exists, or null (Nothing in VB) if there is no thumbnail.
See Also