Indicates the size in bytes of current archive file.
[C#]
public long Size { get; }
[VB.NET]
Public ReadOnly Property Size As Long
Description
Read Size at runtime to determine size of current archive file. The archive file must be opened before you can use this property. If the archive does not exist, create it using the OpenArchive method. Archive file is specified by FileName property.
This property is read-only.