TdxPDFViewerRotatePagesDialogForm.Execute(TComponent,TdxPDFCustomViewer,Integer[]) Method
Invokes the “Rotate Pages“ dialog for a specified parent component or control.
Declaration
class function Execute(AOwner: TComponent; AViewer: TdxPDFCustomViewer; const ASelectedPageIndexes: array of Integer): Boolean;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TComponent | The “Rotate Pages” dialog’s owner. |
AViewer | TdxPDFCustomViewer | The target PDF Viewer control. |
ASelectedPageIndexes | Integer | An array of selected page indexes. |
Returns
Type | Description |
---|---|
Boolean | The function returns False if a user closes the “Rotate Pages” dialog without input confirmation; otherwise, True. |
See Also