AtalaFileStreamSetLength Method |
Sets the size of the stream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
Parameters
- value
- Type: SystemInt64
Remarks If the length is less than the current stream size, data on the end of the stream will be
truncated.
See Also