FitBVExplicitDestination.FitBVExplicitDestination

FitBVExplicitDestination(Page, double)

Creates local explicit destination.

public FitBVExplicitDestination(Page page, double left)
ParameterTypeDescription
pagePageThe destination page object.
leftDoubleThe horizontal coordinate left positioned at the left edge of the window.

See Also


FitBVExplicitDestination(int, double)

Creates remote explicit destination.

public FitBVExplicitDestination(int pageNumber, double left)
ParameterTypeDescription
pageNumberInt32The destination page number of remote document.
leftDoubleThe horizontal coordinate left positioned at the left edge of the window.

See Also