Aspose::Pdf::Annotations::ExplicitDestination klass

ExplicitDestination class

Representerar basklassen för explicita destinationer i PDF‑dokument.

class ExplicitDestination : public Aspose::Pdf::Annotations::IAppointment

Metoder

MetodBeskrivning
static CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&)Skapar instanser av ExplicitDestination avledda klasser.
static CreateDestination(const System::SharedPtr<Document>&, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Skapar instanser av ExplicitDestination avledda klasser.
static CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Skapar instanser av ExplicitDestination avledda klasser.
get_Page() constHämtar objektet för destinationssidan.
get_PageNumber() constHämtar numret på destinationssidan.
virtual ToString() constReturnerar strängrepresentation av ExplicitDestination objektet.

Se även