<Code Lib>
2021 Property
Changes 0
P

SaveOptions.Compact

Description:
Default is false: let the OS eliminate as much or as little dead data as it wants to. True: force the OS to eliminate all dead data from the file on disk.

public bool Compact { get; set; }

Loading…