Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerRotatePagesDialogForm Class

The “Rotate Pages” dialog form class.

#Declaration

Delphi
TdxPDFViewerRotatePagesDialogForm = class(
    TdxForm
)

#Remarks

This dialog allows users to rotate document pages by a predefined angle.

Rotate Pages Dialog

Call the ShowRotatePagesDialog procedure to invoke the “Rotate Pages” dialog. A user can right-click a selected page thumbnail and select the “Rotate Pages” menu item to invoke the dialog.

Thumbnails Context Menu

If you need to adjust or customize UI elements in the “Rotate Pages” dialog, derive a custom form from the TdxPDFViewerRotatePagesDialogForm class. Assign a reference to the custom dialog form class to the dxPDFViewerPasswordDialogClass global variable.

See Also