ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.fileformat.reader Namespace / FileFormatReader Class
Members

In This Topic
    FileFormatReader Class
    In This Topic
    This class reads the file format wrapper that may or may not exist around a valid JPEG 2000 codestream. Since no information from the file format is used in the actual decoding, this class simply goes through the file and finds the first valid codestream.
    Object Model
    FileFormatReader Class
    Syntax
    'Declaration
     
    
    Public Class FileFormatReader 
    public class FileFormatReader 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.fileformat.reader.FileFormatReader

    See Also