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
- report (StiReport)
exist static
exist(report: StiReport, cacheGuid: string): boolean
Parameters
- report (StiReport)
- cacheGuid (string)
Returns boolean
getImageCacheName static
getImageCacheName(report: StiReport, cacheImageGuid: string): string
Parameters
- report (StiReport)
- cacheImageGuid (string)
Returns string
loadImage static
loadImage(report: StiReport, path: string): Image
Parameters
- report (StiReport)
- path (string)
Returns Image
remove static
remove(report: StiReport, path: string): void
Parameters
- report (StiReport)
- path (string)
saveImage static
saveImage(report: StiReport, image: Image, path: string): void
Parameters