TdxPDFViewerFindPanelDisplayMode Enum
Enumerates available visibility modes for the PDF Viewer‘s Find panel.
#Declaration
TdxPDFViewerFindPanelDisplayMode = (
fpdmManual,
fpdmAlways,
fpdmNever
);
#Members
Name |
---|
fpdm
|
fpdm
|
fpdm
|
#Remarks
Options include:
Value | Description |
---|---|
| Allows you to change the Find panel’s visibility by calling the PDF Viewer’s Show 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.