TdxPDFViewerFindPanelDisplayMode Enum
Enumerates available visibility modes for the PDF Viewer‘s Find panel.
Declaration
TdxPDFViewerFindPanelDisplayMode = (
fpdmManual,
fpdmAlways,
fpdmNever
);
Members
Name |
---|
fpdmManual
|
fpdmAlways
|
fpdmNever
|
Remarks
Options include:
Value | Description |
---|---|
| Allows you to change the Find panel’s visibility by calling the PDF Viewer’s ShowFindPanel and HideFindPanel procedures. All end-user Find panel-related capabilities (including the Find command and the Ctrl+F key combination) are available. Note that the Find panel cannot be displayed if no document is loaded. |
| The Find panel is always visible when the document is displayed, and all the capabilities that change the panel visibility are disabled. |
| The Find panel is hidden and cannot be displayed. As in the case of the
|
The PDF Viewer control’s OptionsFindPanel.DisplayMode property references the TdxPDFViewerFindPanelDisplayMode
type.