asposecells.api

Class MemorySetting

Utility class containing constants. Memory usage options.

Field Summary
const  intNORMAL
Default option for cells model.
const  intMEMORY_PREFERENCE
Memory performance preferrable. With this option the data will be held in compact format so for common scenarios it may give lower memory cost. However, this option also may degrade R/W performance a bit in some special cases.
 

    • Field Detail

      • NORMAL

        const int NORMAL
        Default option for cells model. This option is applied for all versions.
      • MEMORY_PREFERENCE

        const int MEMORY_PREFERENCE
        Memory performance preferrable. With this option the data will be held in compact format so for common scenarios it may give lower memory cost. However, this option also may degrade R/W performance a bit in some special cases. This option is available since v 8.0.0.