StiOfficeImageFormatHelper Class
Namespace: Stimulsoft.Report.Export.Office
Methods
| Method | Returns | Description |
|---|---|---|
correctImageFormat static |
ImageFormat | |
getImageAndTag static |
Image | |
getImageFormatExtension static |
string | |
removeTransparency static |
Image |
Method Details
correctImageFormat static
correctImageFormat(imageFormat: ImageFormat, rawFormat: Stimulsoft.System.Drawing.Imaging.ImageFormat): ImageFormat
Parameters
- imageFormat (ImageFormat)
- rawFormat (Stimulsoft.System.Drawing.Imaging.ImageFormat)
Returns ImageFormat
getImageAndTag static
getImageAndTag(component: StiComponent, exportFormat: StiExportFormat, zoom: number, imageFormat: ImageFormat, culture1: CultureInfo, culture2: CultureInfo, forceAsImage: any): Image
Parameters
- component (StiComponent)
- exportFormat (StiExportFormat)
- zoom (number)
- imageFormat (ImageFormat)
- culture1 (CultureInfo)
- culture2 (CultureInfo)
- forceAsImage (any)
Returns Image
getImageFormatExtension static
getImageFormatExtension(currImageFormat: ImageFormat): string
Parameters
- currImageFormat (ImageFormat)
Returns string
removeTransparency static
removeTransparency(destinationFormat: ImageFormat, rawFormat: Stimulsoft.System.Drawing.Imaging.ImageFormat, image: Image, component: StiComponent, dispose: any): Image
Parameters
- destinationFormat (ImageFormat)
- rawFormat (Stimulsoft.System.Drawing.Imaging.ImageFormat)
- image (Image)
- component (StiComponent)
- dispose (any)
Returns Image
Fields
| Field | Type | Description |
|---|---|---|
| currImageFormat | any | |
| currImageFormat | any | |
| image | any | |
| zoom | any |