Click or drag to resize

ViewerPageLayout Enumeration

Page layout for a document opened in a PdfWebControl or PdfWebControlLite instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum ViewerPageLayout
Members
  Member nameValueDescription
DocumentDefault0 Use the PDF document's default page layout.
SinglePage1 Display one page at a time, with no portion on other pages visible.
SinglePageContinuous2 Display pages in a continuous vertical column that is one page wide.
See Also