Table of Contents

Enum EmfPlusHotkeyPrefix

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

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.