TdxPDFViewerFindPanelAlignment Enum
Enumerates the available Find panel positioning options.
#Declaration
TdxPDFViewerFindPanelAlignment = (
fpalTopClient,
fpalTopRight,
fpalTopCenter,
fpalTopLeft,
fpalBottomClient,
fpalBottomRight,
fpalBottomCenter,
fpalBottomLeft
);
#Members
Name |
---|
fpal
|
fpal
|
fpal
|
fpal
|
fpal
|
fpal
|
fpal
|
fpal
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
fpal | By default, the Find panel is positioned along the top border of the PDF Viewer control client area. The panel is stretched between the left and right borders of the client area. | |
fpal | The panel is positioned at the top right corner of the control client area. | |
fpal | The panel is centered at the top border of the control client area. | |
fpal | The panel is positioned at the top left corner of the control client area. | |
fpal | The panel is positioned along the bottom border of the control client area. The panel is stretched between the left and right borders of the client area. | |
fpal | The panel is positioned at the bottom right corner of the control client area. | |
fpal | The panel is centered at the bottom border of the control client area. | |
fpal | The panel is positioned at the bottom left corner of the control client area. |
The PDF Viewer control’s OptionsFindPanel.Alignment property references the TdxPDFViewerFindPanelAlignment type.