Image.CanLoad

CanLoad(string)

Détermine si l’image peut être chargée à partir du chemin de fichier spécifié.

public static bool CanLoad(string filePath)
ParamètreTaperLa description
filePathStringLe chemin du fichier.

Return_Value

vrai si l’image peut être chargée à partir du fichier spécifié ; sinon,FAUX .

Voir également


CanLoad(string, LoadOptions)

Détermine si l’image peut être chargée à partir du chemin de fichier spécifié et éventuellement à l’aide des options d’ouverture spécifiées.

public static bool CanLoad(string filePath, LoadOptions loadOptions)
ParamètreTaperLa description
filePathStringLe chemin du fichier.
loadOptionsLoadOptionsLes options de chargement.

Return_Value

vrai si l’image peut être chargée à partir du fichier spécifié ; sinon,FAUX .

Voir également


CanLoad(Stream)

Détermine si l’image peut être chargée à partir du flux spécifié.

public static bool CanLoad(Stream stream)
ParamètreTaperLa description
streamStreamLe flux à partir duquel charger.

Return_Value

vrai si l’image peut être chargée à partir du flux spécifié ; sinon,FAUX .

Voir également


CanLoad(Stream, LoadOptions)

Détermine si l’image peut être chargée à partir du flux spécifié et éventuellement en utilisant leloadOptions .

public static bool CanLoad(Stream stream, LoadOptions loadOptions)
ParamètreTaperLa description
streamStreamLe flux à partir duquel charger.
loadOptionsLoadOptionsLes options de chargement.

Return_Value

vrai si l’image peut être chargée à partir du flux spécifié ; sinon,FAUX .

Voir également