[]
        
(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
object
JpegBitmapDecoder
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

JpegBitmapDecoder(IntPtr)

Initializes a new instance of the JpegBitmapDecoder class.

public JpegBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native PTR.

Methods

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 System.Guid

The GUID vendor ref.

Returns

JpegBitmapDecoder

Create(ImagingFactory)

Initializes a new instance of the JpegBitmapDecoder class.

public static JpegBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

JpegBitmapDecoder