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

NamedDestination::NamedDestination constructor

Create named destination.

Aspose::Pdf::Annotations::NamedDestination::NamedDestination(System::SharedPtr<Document> doc, System::String name)
ParameterTypeDescription
docSystem::SharedPtr<Document>Document where named destination should be created.
nameSystem::StringName to which destination refers.

See Also