XYZExplicitDestination.CreateDestinationToUpperLeftCorner

CreateDestinationToUpperLeftCorner(Page, double)

Create destionation to upper left corner of the specifed page.

public static XYZExplicitDestination CreateDestinationToUpperLeftCorner(Page page, double zoom)
ParameterTypeDescription
pagePageDestination page.
zoomDoubleZoom factor.

Return Value

Destination object.

See Also


CreateDestinationToUpperLeftCorner(Page)

Create destination to specified page.

public static XYZExplicitDestination CreateDestinationToUpperLeftCorner(Page page)
ParameterTypeDescription
pagePageDestination page.

Return Value

Destination object.

See Also