Click or drag to resize

TlaDecoderGetImageInfo Method (Stream, SecureString)

Retreive information from a Tla 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 ImageInfo GetImageInfo(
	Stream stream,
	SecureString password
)

Parameters

stream
Type: System.IOStream
A stream containing the encoded image data.
password
Type: System.SecuritySecureString

Return Value

Type: ImageInfo
An ImageInfo object containing information about the image.
See Also