PdfWebControlViewerNamedDestinationDefault Property |
Gets or sets a value indicating the default document named destination which a
PdfWebControl instance should initially navigate to.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string ViewerNamedDestinationDefault { get; set; }
Public Property ViewerNamedDestinationDefault As String
Get
Set
Property Value
Type:
String
The desired viewer document named destination.
The default is
string.Empty.
Remarks See Also