Class FileFormatExtensions

Class FileFormatExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains Aspose.Imaging.FileFormat extension methods.

public static class FileFormatExtensions

Inheritance

objectFileFormatExtensions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

IsSingleFormatDefined(FileFormat)

Determines whether single file format is defined.

public static bool IsSingleFormatDefined(FileFormat fileFormat)

Parameters

fileFormat FileFormat

The file format to check.

Returns

bool

True if single file format is defined; otherwise, false.