Для изменения размера нажмите или перетащите

ProxyStreamLength - свойство

When overridden in a derived class, gets the length in bytes of the stream.

Пространство имён:  Tessa.Platform.IO
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public override long Length { get; }

Возвращаемое значение

Тип: Int64
A long value representing the length of the stream in bytes.
Исключения
ИсключениеУсловие
NotSupportedExceptionA class derived from Stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.
См. также