ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / close Method

In This Topic
    close Method (ImgReader)
    In This Topic
    Closes the underlying file or network connection from where the image data is being read.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub close() 
    public abstract void close()
    Exceptions
    ExceptionDescription
    If an I/O error occurs.
    See Also