XYZExplicitDestination.XYZExplicitDestination

XYZExplicitDestination(Page, double, double, double)

Creates local explicit destination.

public XYZExplicitDestination(Page page, double left, double top, double zoom)
ParameterTypeDescription
pagePageThe destination page object.
leftDoubleLeft horizontal coordinate of the upper-left corner of the window.
topDoubleTop vertical coordinate of the upper-left corner of the window.
zoomDoubleZoom factor.

See Also


XYZExplicitDestination(int, double, double, double)

Creates remote explicit destination.

public XYZExplicitDestination(int pageNumber, double left, double top, double zoom)
ParameterTypeDescription
pageNumberInt32The destination page number of remote document.
leftDoubleLeft horizontal coordinate of the upper-left corner of the window.
topDoubleTop vertical coordinate of the upper-left corner of the window.
zoomDoubleZoom factor.

See Also