FitHExplicitDestination.FitHExplicitDestination

FitHExplicitDestination(Page, double)

Creates local explicit destination.

public FitHExplicitDestination(Page page, double top)
ParameterTypeDescription
pagePageThe destination page object.
topDoubleThe vertical coordinate top positioned at the top edge of the window.

See Also


FitHExplicitDestination(int, double)

Creates remote explicit destination.

public FitHExplicitDestination(int pageNumber, double top)
ParameterTypeDescription
pageNumberInt32The destination page number of remote document.
topDoubleThe vertical coordinate top positioned at the top edge of the window.

See Also