Class FitBHExplicitDestination

FitBHExplicitDestination 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 its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

public sealed class FitBHExplicitDestination : ExplicitDestination

Constructors

NameDescription
FitBHExplicitDestination(int, double)Creates remote explicit destination.
FitBHExplicitDestination(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 FitBH 100”.

See Also