ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / Length Property

In This Topic
    Length Property (NativeFileStream)
    In This Topic
    When overridden in a derived class, gets the length in bytes of the stream.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}

    Property Value

    A long value representing the length of the stream in bytes.
    Exceptions
    ExceptionDescription
    A class derived from Stream does not support seeking.
    Methods were called after the stream was closed.
    See Also