Destination
Class
Base type for navigation targets that instruct a viewer how to display a page (location, fit or zoom) when triggered.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class Destination : FixedDocumentElementBase, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseDestination
Derived Classes:
Implements:
Inherited Members
Constructors
Initialize a destination base instance for page navigation; derived types specify how the viewer positions and scales the target page.
C#
protected Destination()
Properties
Gets or sets the target page within the document that this destination refers to. When navigating to this destination, the viewer will display this specific page.
C#
public RadFixedPage Page { get; set; }
The RadFixedPage object that will be displayed when navigating to this destination.