[]
Tiff bitmap encoder using BitmapDecoder initialized with default guid Tiff.
public class TiffBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Initializes a new instance of the TiffBitmapDecoder class.
public TiffBitmapDecoder(IntPtr nativePtr)
nativePtr
IntPtrThe native PTR.
Initializes a new instance of the TiffBitmapDecoder class.
public static TiffBitmapDecoder Create(ImagingFactory factory)
factory
ImagingFactoryThe factory.
Initializes a new instance of the TiffBitmapDecoder class.
public static TiffBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.