Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfHotkeyPrefix Enum

Specifies the type of display for hot-key prefixes that relate to text.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public enum PdfHotkeyPrefix

#Members

Name Description
None

No hot-key prefix.

Hide

Do not display the hot-key prefix.

#Related API Members

The following properties accept/return PdfHotkeyPrefix values:

#Remarks

The values listed by the PdfHotkeyPrefix enumeration are used to set the PdfStringFormat.HotkeyPrefix property.

See Also