Click or drag to resize
GeneralStreamSetLength Method
Sets length to stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public override void SetLength(
	long value
)

Parameters

value
Type: SystemInt64
Value to set
See Also