StartReadEventArgsTotalBytes Property
|
An long integer that specifies the total number of bytes of the DXF file.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public long TotalBytes { get; set; }
Public Property TotalBytes As Long
Get
Set
public:
property long long TotalBytes {
long long get ();
void set (long long value);
}
member TotalBytes : int64 with get, set
PROPERTY TotalBytes AS INT64 GET SET
Property Value
Type:
Int64See Also