Packagestimulsoft.report.export.enums
Classpublic class StiImageFormat
InheritanceStiImageFormat Inheritance Object

Enumeration for setting format of the exported images.



Public Constants
 ConstantDefined 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
Constant Detail
ColorConstant
public static const Color:int = 0

Images are exported in the color mode.

GrayscaleConstant 
public static const Grayscale:int = 1

Images are exported in the grayscale mode.

MonochromeConstant 
public static const Monochrome:int = 2

Images are exported in the monochrome mode.