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

In This Topic
    close Method (ImgReaderPGM)
    In This Topic
    Closes the underlying RandomAccessFile from where the image data is being read. No operations are possible after a call to this method.
    Syntax
    'Declaration
     
    
    Public Overrides Sub close() 
    public override void close()
    Exceptions
    ExceptionDescription
    If an I/O error occurs.
    See Also