picture_cache_directory property

picture_cache_directory property

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

Definition:

@property
def picture_cache_directory(self):
    ...
@picture_cache_directory.setter
def picture_cache_directory(self, value):
    ...

See Also