SetLength Method (value)
Overridden. Sets the length of this stream to the given value.
Declaration SyntaxC#public override void SetLength(
long value
) Visual BasicPublic Overrides Sub SetLength ( _
value As Long _
) Parameters- value– (Int64)
- The new length of the stream.
Assembly: Krystalware.SlickUpload, Version: 4.0
|