ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / RandomAccessIO Interface / length Method

In This Topic
    length Method (RandomAccessIO)
    In This Topic
    Returns the current length of the stream, in bytes, taking into account any buffering.
    Syntax
    'Declaration
     
    
    Function length() As Integer
    int length()

    Return Value

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