Class FitExplicitDestination

FitExplicitDestination class

Represents explicit destination that displays the page with its contents magnified just enough to fit the entire page 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 page within the window in the other dimension.

public sealed class FitExplicitDestination : ExplicitDestination

Constructors

NameDescription
FitExplicitDestination(int)Creates remote explicit destination.
FitExplicitDestination(Page)Creates local explicit destination.

Properties

NameDescription
Page { get; }Gets the destination page object
PageNumber { get; }Gets the destination page number

Methods

NameDescription
override ToString()Converts the object state into string value. Example: “1 Fit”.

See Also