Back to Devexpress

TdxPDFViewerRotatePagesDialogForm Class

vcl-dxpdfviewerrotatepagesdialog-76a6718f.md

latest2.0 KB
Original Source

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.

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.

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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxPDFViewerRotatePagesDialogForm

See Also

TdxPDFViewerRotatePagesDialogForm Members

dxPDFViewerRotatePagesDialog Unit