ImageFormat.Wmf Property

Definition

Gets the Windows metafile (WMF) image format.

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

Property Value

An ImageFormat object that indicates the Windows metafile image format.

Applies to