System::IO::MemoryStream::SetLength メソッド
MemoryStream::SetLength method
現在のオブジェクトが表すストリームの長さを設定します。
void System::IO::MemoryStream::SetLength(int64_t value) override
| パラメーター | 型 | 説明 |
|---|---|---|
| value | int64_t | 設定する長さ(バイト単位) |
参照
- Class MemoryStream
- Namespace System::IO
- Library Aspose.Page for C++