ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / PngCodec Class
Members

In This Topic
    PngCodec Class
    In This Topic
    http://www.w3.org/TR/PNG/#11IHDR Decodes a PNG stream into a C1Bitmap object.Encodes a C1Bitmap object into a PNG stream.
    Object Model
    PngCodec Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class PngCodec 
    public static 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.Xaml.Imaging.PngCodec

    See Also