Click or drag to resize

ViewModes Enumeration

Specifies how the PdfViewer will display pages

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public enum ViewModes
Members
Member nameValueDescription
Vertical0 View pages continuously with scrolling enabled
Horizontal1 View pages continuously with scrolling at horizontal dimension
TilesVertical2 View pages side-by-side with continuous scrolling enabled
TilesHorizontal3 View pages side-by-side with continuous scrolling at horizontal dimension
SinglePage4 View one page at a time.
TilesLine5 View pages side-by-side
See Also