ZipFileUncompressedSize Property |
Gets the uncompressed size in bytes.
Namespace: GroupDocs.Metadata.Formats.ArchiveAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic ulong UncompressedSize { get; }
Public ReadOnly Property UncompressedSize As ULong
Get
public:
property unsigned long long UncompressedSize {
unsigned long long get ();
}
member UncompressedSize : uint64 with get
Property Value
Type:
UInt64The uncompressed size in bytes.
See Also