ComponentOne Bitmap for UWP
Position Property

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataStream Class : Position Property
Gets or sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Property Position As System.Long
public override System.long Position {get; set;}

Property Value

The current position within the stream.
See Also

Reference

DataStream Class
DataStream Members
Stream Class