New to Telerik Document ProcessingStart a free 30-day trial

Destination that scales the page so its height matches the viewport height, preserving aspect ratio; horizontal offset may be specified via Left.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class PageVerticalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationPageVerticalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

Initializes a destination that zooms to fit the full page height within the viewport while preserving aspect ratio.

C#
public PageVerticalFit()

Properties

Gets or sets the X offset applied after vertical fit; null aligns the page left to the viewport.

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

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