GridJsOptions.PictureCacheDirectory

GridJsOptions.PictureCacheDirectory property

Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null) the default path will be “_piccache” inside the FileCacheDirectory.

public string PictureCacheDirectory { get; set; }

See Also