The appropriate solution that I can suggest is to add a RadButton to the Form.Controls collection. However, you need to specify the RadButton.Location to match the RadPdfViewer location. Initially, the button will not be visible. When a document is loaded in the RadPdfViewer, the RadButton.Visible property will be set to true. Changing the pages via the vertical scroll bar will force the button to be hidden again if the current page is not the first one. Here is a sample implementation:
Note that this is just a sample approach and it may not cover all possible cases. Feel free to modify it on a way which suits your requirement best.
I hope this information helps. Should you have further questions, I would be glad to help.
Regards,
Desislava
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.