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

In This Topic
    readFileFormat Method
    In This Topic
    This method checks whether the given RandomAccessIO is a valid JP2 file and if so finds the first codestream in the file. Currently, the information in the codestream is not used
    Syntax
    'Declaration
     
    
    Public Overridable Sub readFileFormat() 
    public virtual void readFileFormat()
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    If end of file is reached
    See Also