StiFileImageCache Class

Namespace: Stimulsoft.Report

Methods

Method Returns Description
clear static void  
exist static boolean  
getImageCacheName static string  
loadImage static Image  
remove static void  
saveImage static void  

Method Details

clear static

clear(report: StiReport): void

Parameters


exist static

exist(report: StiReport, cacheGuid: string): boolean

Parameters

Returns boolean


getImageCacheName static

getImageCacheName(report: StiReport, cacheImageGuid: string): string

Parameters

Returns string


loadImage static

loadImage(report: StiReport, path: string): Image

Parameters

Returns Image


remove static

remove(report: StiReport, path: string): void

Parameters


saveImage static

saveImage(report: StiReport, image: Image, path: string): void

Parameters