Skip to main content

TdxPDFViewerFindPanelAnimation Enum

Enumerates the available show/hide Find panel animation effects.

Declaration

TdxPDFViewerFindPanelAnimation = (
    fpaSlide,
    fpaFade
);

Members

Name
fpaSlide
fpaFade

Remarks

Options include:

Value Description Example
fpaSlide By default, the Find panel slides in or out of the PDF Viewer‘s border.
fpaFade In this mode, the Find panel fades in or out when it is shown or hidden, respectively.

The PDF Viewer control’s OptionsFindPanel.Animation property references the TdxPDFViewerFindPanelAnimation type.

See Also