[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.PngBitmapDecoder

Class PngBitmapDecoder

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

Png bitmap encoder using BitmapDecoder initialized with default guid Png.

public class PngBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
PngBitmapDecoder
Implements
Inherited Members

Constructors

PngBitmapDecoder(IntPtr)

Initializes a new instance of the PngBitmapDecoder class.

public PngBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native PTR.

Methods

Create(ImagingFactory)

Initializes a new instance of the PngBitmapDecoder class.

public static PngBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

PngBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the PngBitmapDecoder class.

public static PngBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

Returns

PngBitmapDecoder