Click or drag to resize

PdfWebControlLiteViewerPageLayoutDefaultValue Field

Represents the default page layout to be shown in a PdfWebControlLite (the document's default should be used).

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public const ViewerPageLayout ViewerPageLayoutDefaultValue = ViewerPageLayout.DocumentDefault

Field Value

Type: ViewerPageLayout
Remarks
This property means that the page layout specified by the PDF will be used; otherwise, RAD PDF defaults to SinglePage.
See Also