Enum EmfPlusHotkeyPrefix

Enum EmfPlusHotkeyPrefix

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text.

public enum EmfPlusHotkeyPrefix

Fields

HotkeyPrefixHide = 2

Specifies that the hotkey prefix SHOULD be displayed.

HotkeyPrefixNone = 0

Specifies that the hotkey prefix SHOULD NOT be displayed.

HotkeyPrefixShow = 1

Specifies that no hotkey prefix is defined.