ImageFormatInfoSupportedFor Method

Gets a value that indicates whether this format is supported for loading or saving.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public bool SupportedFor(
	ImageFormatSupport formatSupport
)

Parameters

formatSupport  ImageFormatSupport
The load or save support for the format.

Return Value

Boolean
true if supported; otherwise, false.

See Also