Click or drag to resize

AtalaFileStreamLength Property

Gets the length of the stream in bytes.

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 Length { get; }

Property Value

Type: Int64
The length of the stream in bytes, up to a maximum value of 2^31 - 1.
Remarks
The CanSeek property must return true before you can get the length of the stream.
See Also