PdfStringFormat.HotkeyPrefix Property
In This Article
Gets or sets the PdfHotkeyPrefix object for this PdfStringFormat object.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfHotkeyPrefix HotkeyPrefix { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
The Pdf |
Available values:
Name | Description |
---|---|
None | No hot-key prefix. |
Hide | Do not display the hot-key prefix. |
See Also