ExplicitDestination
ExplicitDestination class
Repräsentiert die Basisklasse für explizite Ziele im PDF-Dokument.
public abstract class ExplicitDestination : IAppointment
Eigenschaften
Name | Beschreibung |
---|
Page { get; } | Ruft die Zielseite ab object |
PageNumber { get; } | Ruft die Zielseitennummer ab |
Methoden
Name | Beschreibung |
---|
static CreateDestination(int, ExplicitDestinationType, params double[]) | Erstellt Instanzen von ExplicitDestination-Nachkommenklassen. |
static CreateDestination(Page, ExplicitDestinationType, params double[]) | Erstellt Instanzen von ExplicitDestination-Nachkommenklassen. |
abstract ToString() | Gibt die Zeichenfolgendarstellung des ExplicitDestination-Objekts zurück. |
Siehe auch