Image.RawFormat Property

Definition

Gets the file format of this Image.

public:
 property System::Drawing::Imaging::ImageFormat ^ RawFormat { System::Drawing::Imaging::ImageFormat ^ get(); };
public System.Drawing.Imaging.ImageFormat RawFormat { get; }
member this.RawFormat : System.Drawing.Imaging.ImageFormat
Public ReadOnly Property RawFormat As ImageFormat

Property Value

The ImageFormat that represents the file format of this Image.

Applies to