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: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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