TdxPDFViewerOptionsFindPanel.Animation Property
Specifies the animation effect applied to displaying and hiding the PDF Viewer‘s Find panel.
Declaration
property Animation: TdxPDFViewerFindPanelAnimation read; write; default fpaSlide;
Property Value
Type | Default |
---|---|
TdxPDFViewerFindPanelAnimation | fpaSlide |
Remarks
Use this property to specify the animation effect that visualizes the Find panel’s visibility changes. You can disable the animation or adjust its speed by using the AnimationTime property.
For detailed information on all available animation effects, refer to the TdxPDFViewerFindPanelAnimation type description.
Note
The value returned by the PDF Viewer’s IsFindPanelVisible function does not change until the active animation sequence is finished.
The default value of the Animation property is fpaSlide.
See Also