Enum EmfMidLine

Enum EmfMidLine

Le nom : Aspose.Imaging.FileFormats.Emf.Emf.Consts Assemblée: Aspose.Imaging.dll (25.4.0)

L’enumeration MidLine définit les valeurs pour l’une des caractéristiques du système PANOSE pour la classification des faces d’impression.

public enum EmfMidLine : byte

Fields

PAN_ANY = 0

A toute moyenne.

PAN_MIDLINE_CONSTANT_POINTED = 9

Persistant / indiqué

PAN_MIDLINE_CONSTANT_SERIFED = 10

Persistants / sérifiés

PAN_MIDLINE_CONSTANT_TRIMMED = 8

Constante / à l’écart.

PAN_MIDLINE_HIGH_POINTED = 6

haut ou pointé.

PAN_MIDLINE_HIGH_SERIFED = 7

Haute ou sérifiée.

PAN_MIDLINE_HIGH_TRIMMED = 5

Très haut / trimmé

PAN_MIDLINE_LOW_POINTED = 12

faible et pointé.

PAN_MIDLINE_LOW_SERIFED = 13

Basse ou sérifiée.

PAN_MIDLINE_LOW_TRIMMED = 11

faible / réduit.

PAN_MIDLINE_STANDARD_POINTED = 3

Standard et pointé.

PAN_MIDLINE_STANDARD_SERIFED = 4

Standard et sérifié.

PAN_MIDLINE_STANDARD_TRIMMED = 2

Standard et trimmé.

PAN_NO_FIT = 1

Ce qui ne convient pas.

 Français