Click or drag to resize

BaseCommonDecoderGetImageInfo Method (String)

Retrieve information from a file about the first frame.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public virtual ImageInfo GetImageInfo(
	string filePath
)

Parameters

filePath
Type: SystemString
File location in a computer's file system structure.

Return Value

Type: ImageInfo
An ImageInfo object containing information about the first decoded frame such as size, pixel format etc.
Exceptions
ExceptionCondition
ArgumentException

filePath is null or empty.

CommonDecoderException

file data decoding error.

See Also