SetLength()
FileStream::SetLength(int64_t) method
Sets the length of the stream represented by the current object.
void System::IO::FileStream::SetLength(int64_t value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | int64_t | The length in bytes to set. |
See Also
- Class FileStream
- Namespace System::IO
- Library Aspose.Slides