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

PdfStringFormat.HotkeyPrefix Property

Gets or sets the PdfHotkeyPrefix object for this PdfStringFormat object.

Namespace: DevExpress.Pdf

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

Declaration

public PdfHotkeyPrefix HotkeyPrefix { get; set; }

Property Value

Type Description
PdfHotkeyPrefix

The PdfHotkeyPrefix object.

See Also