ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataConverter Class
Members

In This Topic
    ImgDataConverter Class
    In This Topic
    This class is responsible of all data type conversions. It should be used, at encoder side, between Tiler and ForwardWT modules and, at decoder side, between InverseWT/CompDemixer and ImgWriter modules. The conversion is realized when a block of data is requested: if source and destination data type are the same one, it does nothing, else appropriate cast is done. All the methods of the 'ImgData' interface are implemented by the 'ImgDataAdapter' class that is the superclass of this one, so they don't need to be reimplemented by subclasses.
    Object Model
    ImgDataConverter Class
    Syntax
    'Declaration
     
    
    Public Class ImgDataConverter 
       Inherits ImgDataAdapter
       Implements BlkImgDataSrc, ImgData 
    public class ImgDataConverter : ImgDataAdapter, BlkImgDataSrc, ImgData  
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.image.ImgDataAdapter
          CSJ2K.j2k.image.ImgDataConverter

    See Also