Click or drag to resize

AtalaFileStreamPosition Property

Gets the current position of the stream pointer.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override long Position { get; set; }

Property Value

Type: Int64
The current position of the stream pointer, up to a maximum value of 2^31 - 1.
Remarks
The CanSeek property must return true before you can access the Position of the stream.
See Also