ComponentOne Bitmap for UWP
Length Property (DataStream)

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataStream Class : Length Property
Gets the length in bytes of the stream.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Length As System.Long
public override System.long Length {get;}

Property Value

A long value representing the length of the stream in bytes.
See Also

Reference

DataStream Class
DataStream Members