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:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public const ViewerPageLayout ViewerPageLayoutDefaultValue = ViewerPageLayout.DocumentDefault
Public Const ViewerPageLayoutDefaultValue As ViewerPageLayout = ViewerPageLayout.DocumentDefault
Field Value
Type:
ViewerPageLayoutRemarks
This property means that the page layout specified by the PDF will be used; otherwise, RAD PDF defaults to
SinglePage.
See Also