System::IO::Stream::SetLength 方法
Stream::SetLength method
设置由当前对象表示的流的长度。
virtual void System::IO::Stream::SetLength(int64_t value)=0
| Parameter | Type | 描述 |
|---|---|---|
| value | int64_t | 要设置的字节长度 |
另见
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++
设置由当前对象表示的流的长度。
virtual void System::IO::Stream::SetLength(int64_t value)=0
| Parameter | Type | 描述 |
|---|---|---|
| value | int64_t | 要设置的字节长度 |