Skip to main content

TdxPDFViewerOptionsFindPanel.DisplayMode Property

Specifies the PDF Viewer‘s Find panel visibility mode.

Declaration

property DisplayMode: TdxPDFViewerFindPanelDisplayMode read; write; default fpdmManual;

Property Value

Type Default
TdxPDFViewerFindPanelDisplayMode fpdmManual

Remarks

This property value determines whether the Find panel visibility can be changed by an end-user and programmatically. If the DisplayMode property is not set to fpdmManual, the panel is always visible (except the case when the PDF Viewer has no loaded document) or hidden.

For detailed information on available Find panel visibility options, refer to the TdxPDFViewerFindPanelDisplayMode type description.

Note

The Find panel visibility state controls the visibility of all highlights within the displayed PDF document if the PDF Viewer’s Highlights.Visible property is set to bDefault.

The default DisplayMode property value is fpdmManual.

See Also