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
:
To rotate a page in a PDF document.
A page can be rotated clockwise, by 90 degrees, when displayed or printed. The Page.GetRotation()
method returns the Page.Rotate
enum specifying the current rotation. Similarly, Page.SetRotation()
sets the current rotation.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales