FitVExplicitDestination.FitVExplicitDestination

FitVExplicitDestination(Page, double)

Creates local explicit destination.

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

See Also


FitVExplicitDestination(int, double)

Creates remote explicit destination.

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