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

In This Topic
    Length Property (DataStream)
    In This Topic
    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.
    See Also