FitBHExplicitDestination.FitBHExplicitDestination

FitBHExplicitDestination(Page, double)

Creates local explicit destination.

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

See Also


FitBHExplicitDestination(int, double)

Creates remote explicit destination.

public FitBHExplicitDestination(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