http://www.w3.org/TR/PNG/#11IHDR
Decodes a PNG stream into a C1Bitmap object.
Encodes a C1Bitmap object into a PNG stream.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public static class PngCodec
Visual Basic
Public NotInheritable Class PngCodec

Remarks

The decoder supports all color formats and bit depths in the PNG specification, with the exception of interlaced images.

Inheritance Hierarchy

System..::..Object
  C1.Phone.Imaging..::..PngCodec

See Also