Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfHotkeyPrefix Enum

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfHotkeyPrefix

Members

Name Description
None

No hot-key prefix.

Hide

Do not display the hot-key prefix.

Remarks

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

See Also