PdfWebControlViewerPageLayoutDefaultValue Field |
Represents the default page layout to be shown in a
PdfWebControl (the document's default should be used).
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic const ViewerPageLayout ViewerPageLayoutDefaultValue = ViewerPageLayout.DocumentDefault
Public Const ViewerPageLayoutDefaultValue As ViewerPageLayout = 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