Aspose::Pdf::Annotations::NamedDestination class

NamedDestination class

Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.

class NamedDestination : public Aspose::Pdf::Annotations::IAppointment

Methods

MethodDescription
get_Name()Gets the name of named destination.
NamedDestination(System::SharedPtr<Document>, System::String)Create named destination.
ToString() const overrideConverts destination to string value.

See Also