Image::RawFormat Property

 

Gets the file format of this Image.

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

public:
property ImageFormat^ RawFormat {
	ImageFormat^ get();
}

Property Value

Type: System.Drawing.Imaging::ImageFormat^

The ImageFormat that represents the file format of this Image.

.NET Framework
Available since 1.1
Return to top
Show: