Skip to main content

PdfStringFormat.HotkeyPrefix Property

Gets or sets the PdfHotkeyPrefix object for this PdfStringFormat object.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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