New to Telerik Document ProcessingStart a free 30-day trial

Destination that scales content's bounding rectangle to fit the viewport width while preserving original aspect ratio; vertical position can be adjusted via Top.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class BoundingRectangleHorizontalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationBoundingRectangleHorizontalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

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

C#
public BoundingRectangleHorizontalFit()

Properties

Gets or sets the Y offset applied after horizontal fit; when null the top of the box aligns with 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.