Class FileFormatExtensions
Class FileFormatExtensions
Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.4.0)
Contains Aspose.Imaging.FileFormat extension methods.
public static class FileFormatExtensions
Inheritance
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
True
if single file format is defined; otherwise, false
.