Enum EmfContrast

Enum EmfContrast

Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Consts Versammlung: Aspose.Imaging.dll (25.4.0)

Die Kontrast-Liste definiert Werte für eine der Merkmale des PANOSE-Systems für die Klassifizierung von Typfasen.

public enum EmfContrast : byte

Fields

PAN_ANY = 0

Jeder Kontrast

PAN_CONTRAST_HIGH = 8

Der hohe Kontrast.

PAN_CONTRAST_LOW = 4

Der niedrige Kontrast.

PAN_CONTRAST_MEDIUM = 6

Das Medium.

PAN_CONTRAST_MEDIUM_HIGH = 7

Die mittlere Höhe.

PAN_CONTRAST_MEDIUM_LOW = 5

Die mittlere niedrige.

PAN_CONTRAST_NONE = 2

Kein Kontrast.

PAN_CONTRAST_VERY_HIGH = 9

Die sehr hohe.

PAN_CONTRAST_VERY_LOW = 3

Sehr geringes Kontrast.

PAN_NO_FIT = 1

Das nicht passt.

 Deutsch