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