CreateDestination

CreateDestination(Page, ExplicitDestinationType, params double[])

Erstellt Instanzen von ExplicitDestination-Nachkommenklassen.

public static ExplicitDestination CreateDestination(Page page, ExplicitDestinationType type, 
    params double[] values)
ParameterTypBeschreibung
pagePageDas Objekt der Zielseite.
typeExplicitDestinationTypeDer Typ des expliziten Ziels.
valuesDouble[]Array von Double-Werten.

Rückgabewert

Das explizite Zielobjekt.

Siehe auch


CreateDestination(int, ExplicitDestinationType, params double[])

Erstellt Instanzen von ExplicitDestination-Nachkommenklassen.

public static ExplicitDestination CreateDestination(int pageNumber, ExplicitDestinationType type, 
    params double[] values)
ParameterTypBeschreibung
pageNumberInt32Die Zielseitenzahl.
typeExplicitDestinationTypeDer Typ des expliziten Ziels.
valuesDouble[]Array von Double-Werten.

Rückgabewert

Das explizite Zielobjekt.

Siehe auch