ExplicitDestination.CreateDestination

CreateDestination(Page, ExplicitDestinationType, params double[])

Creates instances of ExplicitDestination descendant classes.

public static ExplicitDestination CreateDestination(Page page, ExplicitDestinationType type, 
    params double[] values)
ParameterTypeDescription
pagePageThe object of destination page.
typeExplicitDestinationTypeThe type of explicit destination.
valuesDouble[]Array of double values.

Return Value

The explicit destination object.

See Also


CreateDestination(int, ExplicitDestinationType, params double[])

Creates instances of ExplicitDestination descendant classes.

public static ExplicitDestination CreateDestination(int pageNumber, ExplicitDestinationType type, 
    params double[] values)
ParameterTypeDescription
pageNumberInt32The destination page number.
typeExplicitDestinationTypeThe type of explicit destination.
valuesDouble[]Array of double values.

Return Value

The explicit destination object.

See Also