TdxPDFViewerFindPanelAnimation Enum
In This Article
Enumerates the available show/hide Find panel animation effects.
#Declaration
Delphi
TdxPDFViewerFindPanelAnimation = (
fpaSlide,
fpaFade
);
#Members
Name |
---|
fpa
|
fpa
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
fpa |
By default, the Find panel slides in or out of the PDF Viewer‘s border. | |
fpa |
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