[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.TiffBitmapDecoder

Class TiffBitmapDecoder

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

Tiff bitmap encoder using BitmapDecoder initialized with default guid Tiff.

public class TiffBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
object
TiffBitmapDecoder
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

TiffBitmapDecoder(IntPtr)

Initializes a new instance of the TiffBitmapDecoder class.

public TiffBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native PTR.

Methods

Create(ImagingFactory, Guid)

Initializes a new instance of the TiffBitmapDecoder class.

public static TiffBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef System.Guid

The GUID vendor ref.

Returns

TiffBitmapDecoder

Create(ImagingFactory)

Initializes a new instance of the TiffBitmapDecoder class.

public static TiffBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

TiffBitmapDecoder