Aspose::Pdf::Annotations::ExplicitDestination klass
ExplicitDestination class
Representerar basklassen för explicita destinationer i PDF‑dokument.
class ExplicitDestination : public Aspose::Pdf::Annotations::IAppointment
Metoder
| Metod | Beskrivning |
|---|---|
| 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() const | Hämtar objektet för destinationssidan. |
| get_PageNumber() const | Hämtar numret på destinationssidan. |
| virtual ToString() const | Returnerar strängrepresentation av ExplicitDestination objektet. |
Se även
- Class IAppointment
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++