Skip to main content

TdxPDFViewerOptionsFindPanel.Alignment Property

Specifies the Find panel‘s position within the PDF Viewer‘s client area.

Declaration

property Alignment: TdxPDFViewerFindPanelAlignment read; write; default fpalTopClient;

Property Value

Type Default
TdxPDFViewerFindPanelAlignment fpalTopClient

Remarks

You can position the Find panel in different ways at the top or bottom control’s border:

For the full list of the Find panel positioning options, refer to the TdxPDFViewerFindPanelAlignment type description.

The default value of the Alignment property is fpalTopClient.

See Also