Atalasoft dotImage Send comments on this topic.
MultiFramedImageDecoder Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.Codec Namespace : MultiFramedImageDecoder Class




A decoder for multiframed images such as multiple page TIFF's and animiated GIF's.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class MultiFramedImageDecoder 
   Inherits ImageDecoder
Visual Basic (Usage)Copy Code
Dim instance As MultiFramedImageDecoder
C# 
public abstract class MultiFramedImageDecoder : ImageDecoder 
Managed Extensions for C++ 
public __gc abstract class MultiFramedImageDecoder : public ImageDecoder 
C++/CLI 
public ref class MultiFramedImageDecoder abstract : public ImageDecoder 

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.Codec.ImageDecoder
      Atalasoft.Imaging.Codec.MultiFramedImageDecoder
         Atalasoft.Imaging.Codec.CadCam.DwgDecoder
         Atalasoft.Imaging.Codec.Dicom.DicomDecoder
         Atalasoft.Imaging.Codec.GifDecoder
         Atalasoft.Imaging.Codec.Jbig2.Jb2Decoder
         Atalasoft.Imaging.Codec.Pdf.PdfDecoder
         Atalasoft.Imaging.Codec.TiffDecoder
         Atalasoft.Imaging.Codec.XpsDecoder

Requirements

Namespace: Atalasoft.Imaging.Codec

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also