New to Telerik Document ProcessingStart a free 30-day trial

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: BoundingRectangleFitBoundingRectangleHorizontalFitBoundingRectangleVerticalFitLocationPageFitPageHorizontalFitPageVerticalFitRectangleFit...

Implements: IFixedDocumentElement

Inherited Members FixedDocumentElementBase.Parent

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; }
Property Value:

The RadFixedPage object that will be displayed when navigating to this destination.

In this article
DefinitionConstructorsDestination()PropertiesPage
Not finding the help you need?
Contact Support