View mode (iOS)

There are a few view modes which can be adjusted to provide an optimal presentation such as layout, fit, or reflow. Additionally, you can present a view mode dialog allowing a user to change these settings.

Page fit & default zoom mode in Xamarin.iOS

PDFViewCtrl's page view mode controls the default zoom level of pages and documents. New documents will automatically open at the zoom level specified by the mode.

Page view modes

PDFViewCtrl supports the following page view modes:

Page view mode (Xamarin.Android / Xamarin.iOS)

Description

Screenshot-portrait

Screenshot-landscape

PDFViewCtrl.PageViewModes.FitPage / pdftron.PDF.PageViewModes.e_fit_page

The zoom is set so that the entire page is visible without scrolling.

Apryse Docs Image
Apryse Docs Image

PDFViewCtrl.PageViewModes.FitWidth / pdftron.PDF.PageViewModes.e_fit_width

The zoom is set so that the page's width matches the viewer's width.

Apryse Docs Image
Apryse Docs Image

PDFViewCtrl.PageViewModes.FitHeight / pdftron.PDF.PageViewModes.e_fit_height

The zoom is set so that the page's height matches the viewer's height.

Apryse Docs Image
Apryse Docs Image

PDFViewCtrl.PageViewModes.Zoom / pdftron.PDF.PageViewModes.e_zoom

The viewer's zoom is not adjusted based on the page.

Apryse Docs Image
Apryse Docs Image

Set the default page fit mode

You can set a default page fit mode in your PDFViewCtrl by using PageRefViewMode property.

Set the page fit mode dynamically

If you want to dynamically change the page fit mode, use PageViewMode property. Note that when the user flips the page, the page view mode will be automatically reset to the default mode set by PageRefViewMode.

C#

1// Xamarin.Android
2mPdfViewCtrl.PageViewMode = pdftron.PDF.PDFViewCtrl.PageViewModes.FitPage;
3
4// Xamarin.iOS
5mPdfViewCtrl.PageViewMode = pdftron.PDF.PageViewModes.FitPage;

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales