[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.JpegBitmapDecoder

Class JpegBitmapDecoder

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

Jpeg bitmap encoder using BitmapDecoder initialized with default guid Jpeg.

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

Constructors

JpegBitmapDecoder(IntPtr)

Initializes a new instance of the JpegBitmapDecoder class.

public JpegBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native PTR.

Methods

Create(ImagingFactory)

Initializes a new instance of the JpegBitmapDecoder class.

public static JpegBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

JpegBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the JpegBitmapDecoder class.

public static JpegBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

Returns

JpegBitmapDecoder