Aspose::Pdf::Annotations::NamedDestination::NamedDestination constructor

NamedDestination::NamedDestination constructor

Create named destination.

Aspose::Pdf::Annotations::NamedDestination::NamedDestination(const System::SharedPtr<Document> &doc, const System::String &name)
ParameterTypeDescription
docconst System::SharedPtr<Document>&Document where named destination should be created.
nameconst System::String&Name to which destination refers.

See Also