Class
PageVerticalFit

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:

cs-api-definition
public class PageVerticalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationPageVerticalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

PageVerticalFit()

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

Declaration

cs-api-definition
public PageVerticalFit()

Properties

Left

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

Declaration

cs-api-definition
public double? Left { get; set; }

Property Value

double?

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