Package | stimulsoft.report.export.enums |
Class | public class StiImageFormat |
Inheritance | StiImageFormat ![]() |
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 = 0
Images are exported in the color mode.
Grayscale | Constant |
public static const Grayscale:int = 1
Images are exported in the grayscale mode.
Monochrome | Constant |
public static const Monochrome:int = 2
Images are exported in the monochrome mode.