New to Telerik Document ProcessingStart a free 30-day trial

Destination that scales content's bounding rectangle to fit the viewport height while preserving aspect ratio; horizontal position can be adjusted via Left.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class BoundingRectangleVerticalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationBoundingRectangleVerticalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

Initialize a destination that fits the height of the page content bounds to the viewport; optionally position by Left.

C#
public BoundingRectangleVerticalFit()

Properties

Gets or sets the X offset applied after vertical fit; when null aligns the rectangle's left edge 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.