Jp2CacheOption Enumeration |
Decompression internal read cache usage.
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum Jp2CacheOption
Public Enumeration Jp2CacheOption
Members
| Member name | Description |
---|
| UseInternalCache | Compressed data should be stored in internal cache. default. |
| NoInternalCache | Do not use internal cache. |
Remarks This property specifies whether the compressed data should be stored
in an internal cache. Default is UseInternalCache.
See Also Reference
CacheOption Property