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

In This Topic
    FileFormatReader Constructor
    In This Topic
    The constructor of the FileFormatReader
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal in_Renamed As RandomAccessIO _
    )
    public FileFormatReader( 
       RandomAccessIO in_Renamed
    )

    Parameters

    in_Renamed
    See Also