StiPcxPaletteType Enumeration |
Enumeration describes a type of palette of the PCX file.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiPcxPaletteType
Public Enumeration StiPcxPaletteType
Members
| Member name | Value | Description |
---|
| Monochrome | 1 |
Monochrome palette (1 bit)
|
| Color | 2 |
Color palette (24 bit)
|
See Also