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