| Package | stimulsoft.report.export.enums |
| Class | public class StiImageFormat |
| Inheritance | StiImageFormat Object |
| Constant | Defined By | ||
|---|---|---|---|
| Color : int = 0 [static] Images are exported in the color mode. | StiImageFormat | ||
| Grayscale : int = 1 [static] Images are exported in the grayscale mode. | StiImageFormat | ||
| Monochrome : int = 2 [static] Images are exported in the monochrome mode. | StiImageFormat | ||
| Color | Constant |
public static const Color:int = 0Images are exported in the color mode.
| Grayscale | Constant |
public static const Grayscale:int = 1Images are exported in the grayscale mode.
| Monochrome | Constant |
public static const Monochrome:int = 2Images are exported in the monochrome mode.