New to Telerik Document ProcessingStart a free 30-day trial

Destination that scales the page so its width matches the viewport width, preserving aspect ratio; vertical offset may be specified via Top.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class PageHorizontalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationPageHorizontalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

Initializes a destination that zooms to fit the page width within the viewport while preserving layout proportions.

C#
public PageHorizontalFit()

Properties

Gets or sets the Y offset applied after horizontal fit; null aligns the page top to the viewport top.

C#
public double? Top { get; set; }
Property Value:

The top coordinate in points, or null to position at the top of the viewport.