Click or drag to resize

PdfWebControlLiteViewerPageLayoutDefault Property

Gets or sets a value indicating the default document page layout which a PdfWebControlLite instance should initially use.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public ViewerPageLayout ViewerPageLayoutDefault { get; set; }

Property Value

Type: ViewerPageLayout
The desired ViewerPageLayout style. The default is ViewerPageLayoutDefaultValue.
See Also