Click or drag to resize

PdfWebControlLiteViewerNamedDestinationDefault Property

Gets or sets a value indicating the default document named destination which a PdfWebControlLite instance should initially navigate to.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public string ViewerNamedDestinationDefault { get; set; }

Property Value

Type: String
The desired viewer document named destination. The default is string.Empty.
Remarks
If found, the Named Destination set will override ViewerPageDefault, ViewerScrollXDefault, ViewerScrollYDefault, and ViewerZoomDefault.
See Also