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

In This Topic
    Position Property (DataStream)
    In This Topic
    Gets or sets the position within the current stream.
    Syntax
    'Declaration
     
    Public Overrides Property Position As Long
    public override long Position {get; set;}

    Property Value

    The current position within the stream.
    See Also