Aspose::Pdf::Annotations::ExplicitDestination class

ExplicitDestination class

Represents the base class for explicit destinations in PDF document.

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

Methods

MethodDescription
static CreateDestination(System::SharedPtr<Aspose::Pdf::Page>, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
static CreateDestination(System::SharedPtr<Document>, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
static CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
get_Page() constGets the destination page object.
get_PageNumber() constGets the destination page number.
virtual ToString() constReturns string representation of ExplicitDestination object.

See Also