Enum EmfContrast
EmfContrast enumeration
The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfContrast : byte
Values
Name | Value | Description |
---|---|---|
PAN_ANY | 0 | The Any contrast |
PAN_NO_FIT | 1 | The No fit. |
PAN_CONTRAST_NONE | 2 | None contrast. |
PAN_CONTRAST_VERY_LOW | 3 | Very low contrast. |
PAN_CONTRAST_LOW | 4 | Low contrast. |
PAN_CONTRAST_MEDIUM_LOW | 5 | The Medium low. |
PAN_CONTRAST_MEDIUM | 6 | The Medium. |
PAN_CONTRAST_MEDIUM_HIGH | 7 | The Medium high. |
PAN_CONTRAST_HIGH | 8 | The High contrast. |
PAN_CONTRAST_VERY_HIGH | 9 | The Very high. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging