Skip to main content
A newer version of this page is available. .

PdfStringFormat.HotkeyPrefix Property

Gets or sets the PdfHotkeyPrefix object for this PdfStringFormat object.

Namespace: DevExpress.Pdf

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

Declaration

public PdfHotkeyPrefix HotkeyPrefix { get; set; }

Property Value

Type Description
PdfHotkeyPrefix

The PdfHotkeyPrefix object.

Available values:

Name Description
None

No hot-key prefix.

Hide

Do not display the hot-key prefix.

See Also