ImageFormat.Png Property

Definition

Gets the W3C Portable Network Graphics (PNG) image format.

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

Property Value

An ImageFormat object that indicates the PNG image format.

Applies to