Some test text!
Xamarin / Android
You can change the rotational alignment of pages with a graphical UI or programmatically.
The RotateDialogFragment
allows users to rotate pages of the opened document by 90, 180 and 270 degrees. It also displays a thumbnail of the current page at the selected rotation angle.
To show a rotate pages dialog in your activity, create a new instance of RotateDialogFragment
by calling newInstance()
and setting the PDFViewCtrl
:
public void showRotateDialog()
{
pdftron.PDF.Dialog.RotateDialogFragment.NewInstance()
.SetPdfViewCtrl(mPdfViewCtrl)
.Show(this.SupportFragmentManager, "rotate_pages_dialog");
}
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales