Class FitRExplicitDestination

FitRExplicitDestination class

Represents explicit destination that displays the page with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and topentirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. A null value for any of the parameters may result in unpredictable behavior.

public sealed class FitRExplicitDestination : ExplicitDestination

Constructors

NameDescription
FitRExplicitDestination(int, double, double, double, double)Creates remote explicit destination.
FitRExplicitDestination(Page, double, double, double, double)Creates local explicit destination.

Properties

NameDescription
Bottom { get; }Gets bottom vertical coordinate of visible rectangle.
Left { get; }Gets left horizontal coordinate of visible rectangle.
Page { get; }Gets the destination page object
PageNumber { get; }Gets the destination page number
Right { get; }Gets right horizontal coordinate of visible rectangle.
Top { get; }Gets top vertical coordinate of visible rectangle.

Methods

NameDescription
override ToString()Converts the object state into string value. Example: “1 FitR 100 200 300 400”.

See Also