ByteCount Property
Summary
Gets the total number of bytes loaded for this file.
Syntax
public long ByteCount { get; }
Public ReadOnly Property ByteCount As Long
public:
property int64 ByteCount {
int64 get();
}
Property Value
An long value that represents the total number of bytes loaded for this file.