PageViewMode Enumeration

Apitron PDF Controls help
Apitron.PDF.Controls for .NET
Enumeration that defines possible page fit modes for PDFViewer.

Namespace:  Apitron.PDF.Controls
Assembly:  Apitron.PDF.Controls (in Apitron.PDF.Controls.dll) Version: 1.0.154.0
Syntax

public enum PageViewMode
Members

  Member nameValueDescription
Continuous0 Continuous scolling with zoom factor applied, similar to FitWidth
PageByPage1 One page is displayed at once, if page doesn't fit it can be scrolled normally up and down. If it is scrolled too much tha page switches. Similar to FitPage.
FitWidth2 Continuous view, pages are adjusted to fit horizontally and can be scrolled smoothly.
FitPage3 Page by page view, pages are adjusted to fit in both directions, zoom factor may vary from page to page if their dimensions differ. Scrolling works sequentally, page by page.
See Also

Reference