Class FitVExplicitDestination

FitVExplicitDestination class

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

public sealed class FitVExplicitDestination : ExplicitDestination

Constructors

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

Properties

NameDescription
Left { get; }Gets the horizontal coordinate left positioned at the left edge of the window.
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 FitV 100”.

See Also