ImageFormatGroupInfoGet Method

Gets the image format group info corresponding to the specified ImageFormatGroup enumeration value.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ImageFormatGroupInfo Get(
	ImageFormatGroup formatGroup
)

Parameters

formatGroup  ImageFormatGroup
The image format group.

Return Value

ImageFormatGroupInfo
a ImageFormatGroupInfo object if there is a match; otherwise, null.

See Also