ImageCodecInfo::FilenameExtension Property

 

Gets or sets string that contains the file name extension(s) used in the codec. The extensions are separated by semicolons.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property String^ FilenameExtension {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the file name extension(s) used in the codec.

.NET Framework
Available since 1.1
Return to top
Show: