ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / CodestreamWriter Class / close Method

In This Topic
    close Method (CodestreamWriter)
    In This Topic
    Closes the underlying resource (file, stream, network connection, etc.). After a CodestreamWriter is closed no more data can be written to it.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub close() 
    public abstract void close()
    Exceptions
    ExceptionDescription
    If an I/O error occurs while closing the resource.
    See Also