Share via


Image.loadExt(Int32) Method

Definition

Retrieves a list of the extensions of the file formats that are supported by the Image class.

public:
 static cli::array <System::Object ^> ^ loadExt(int _idx);
public static object[] loadExt (int _idx);
static member loadExt : int -> obj[]
Public Shared Function loadExt (_idx As Integer) As Object()

Parameters

_idx
Int32

Returns

Object[]

A container that holds a list of the supported file formats.

Applies to