Class FitBExplicitDestination

FitBExplicitDestination class

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

public sealed class FitBExplicitDestination : ExplicitDestination

Constructors

NameDescription
FitBExplicitDestination(int)Creates remote explicit destination.
FitBExplicitDestination(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 FitB”.

See Also