Class FitHExplicitDestination

FitHExplicitDestination class

Represents explicit destination that displays the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

public sealed class FitHExplicitDestination : ExplicitDestination

Constructors

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

Properties

NameDescription
Page { get; }Gets the destination page object
PageNumber { get; }Gets the destination page number
Top { get; }Gets the vertical coordinate top positioned at the top edge of the window.

Methods

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

See Also