RectangleFit
Destination that scales a specified page rectangle to fit inside the viewport while preserving aspect ratio.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class RectangleFit : Destination, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseDestinationRectangleFit
Implements:
Inherited Members
Constructors
Initializes a destination that zooms to fit a given rectangle on the page within the viewport, preserving aspect ratio.
public RectangleFit()
Properties
Gets or sets the rectangle's bottom Y coordinate in page units.
public double? Bottom { get; set; }
The bottom coordinate value, or null if not specified.
Gets or sets the rectangle's left X coordinate in page units.
public double? Left { get; set; }
The left coordinate value, or null if not specified.
Gets or sets the rectangle's right X coordinate in page units.
public double? Right { get; set; }
The right coordinate value, or null if not specified.