StiExportImageCache Class
Namespace: Stimulsoft.Report.Export
Constructors
| Constructor | Description |
|---|---|
| constructor(Stimulsoft.Report.ImageFormat imageFormat, boolean isOffice, StiImageCache imageCache, number scale, StiReport report) |
constructor(imageFormat: Stimulsoft.Report.ImageFormat, isOffice: boolean, imageCache: StiImageCache, scale: number, report: StiReport)
Parameters
- imageFormat (Stimulsoft.Report.ImageFormat)
- isOffice (boolean)
- imageCache (StiImageCache)
- scale (number)
- report (StiReport)
Methods
| Method | Returns | Description |
|---|---|---|
| copyImageInfo | void | |
| getImageIndex | number |
Method Details
copyImageInfo
copyImageInfo(oldPage: StiPage, newPage: StiPage, oldComp: StiComponent, newComp: StiComponent): void
Parameters
- oldPage (StiPage)
- newPage (StiPage)
- oldComp (StiComponent)
- newComp (StiComponent)
getImageIndex
getImageIndex(comp: StiComponent, propId: string, compIndex: any): number
Parameters
- comp (StiComponent)
- propId (string)
- compIndex (any)
Returns number
Fields
| Field | Type | Description |
|---|---|---|
| compHash | any | |
| compHash | any | |
| imageCache | StiImageCache | |
| imageFormat | Stimulsoft.Report.ImageFormat | |
| imageIndex | Hashtable | |
| imageIndex2 | Hashtable | |
| index | any | |
| isOffice | any | |
| newPageHash | any | |
| oldCompHash | any | |
| pageHash | any | |
| report | StiReport | |
| scale | any |