Class FileFormatExtensions

Class FileFormatExtensions

名称: Aspose.Imaging.Extensions アセンション: Aspose.Imaging.dll (25.4.0)

Aspose.Imaging.FileFormat の拡張方法が含まれています。

public static class FileFormatExtensions

Inheritance

object FileFormatExtensions

相続人

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

Methods

IsSingleFormatDefined(FileFormat)

単一ファイル形式が定義されているかどうかを決定します。

public static bool IsSingleFormatDefined(FileFormat fileFormat)

Parameters

fileFormat FileFormat

ファイル形式をチェックします。

Returns

bool

単一ファイル形式が定義されている場合、「真実」、そうでなければ「偽物」です。

 日本語