Jp2DecoderCacheOption Property |
Gets or sets a value specifying whether the compress data should be stored in an internal cache.
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 Jp2CacheOption CacheOption { get; set; }
Public Property CacheOption As Jp2CacheOption
Get
Set
Property Value
Type:
Jp2CacheOptionRemarks The default value is Jp2CacheOption.UseInternalCache.
See Also