ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / length Method

In This Topic
    length Method (ISRandomAccessIO)
    In This Topic
    Returns the length of the stream. This will cause all the data to be read. This method will block until all the data is read, which can be lengthy across the network.
    Syntax
    'Declaration
     
    
    Public Overridable Function length() As Integer
    public virtual int length()

    Return Value

    The length of the stream, in bytes.
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also