[]
Jpeg bitmap encoder using BitmapEncoder initialized with default guid Jpeg.
public class JpegBitmapEncoder : BitmapEncoder, IDisposable, IUnknown
Initializes a new instance of the JpegBitmapEncoder class.
public JpegBitmapEncoder(IntPtr nativePtr)
nativePtr
IntPtrThe native PTR.
Initializes a new instance of the JpegBitmapEncoder class.
public static JpegBitmapEncoder Create(ImagingFactory factory)
factory
ImagingFactoryThe factory.
Initializes a new instance of the JpegBitmapEncoder class.
public static JpegBitmapEncoder Create(ImagingFactory factory, WicStream stream)
factory
ImagingFactoryThe factory.
stream
WicStreamThe output stream.
Initializes a new instance of the JpegBitmapEncoder class.
public static JpegBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, WicStream stream)
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
stream
WicStreamThe output stream.
Initializes a new instance of the JpegBitmapEncoder class.
public static JpegBitmapEncoder Create(ImagingFactory factory, Guid guidVendorRef, Stream stream)
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
stream
StreamThe output stream.
Initializes a new instance of the JpegBitmapEncoder class.
public static JpegBitmapEncoder Create(ImagingFactory factory, Stream stream)
factory
ImagingFactoryThe factory.
stream
StreamThe output stream.