Click or drag to resize
GDFileRandomAccessStreamSize Property
Gets or sets the size of the random access stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public ulong Size { get; set; }

Property Value

Type: UInt64
The size of the stream.

Implements

IRandomAccessStreamSize
See Also