Click or drag to resize

ZipArchiveAsProjectArchiveNativeSupportsDeferredLoading Property

Gets a value indicating whether entries in this archive can be opened simultaneously.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool SupportsDeferredLoading { get; }

Property Value

Boolean
true if entries in this archive can be opened simultaneously; otherwise, false.

Implements

IProjectArchiveSupportsDeferredLoading
See Also