Aspose::TeX::Presentation::Aps::ApsDevice::AddHyperlink method

Set the hyperlink with a URI as its target.

void Aspose::TeX::Presentation::Aps::ApsDevice::AddHyperlink(System::Drawing::RectangleF activeRect, System::SharedPtr<System::Drawing::Pen> border, System::String targetUri) override
ParameterTypeDescription
activeRectSystem::Drawing::RectangleFThe active rectangle of the link.
borderSystem::SharedPtr<System::Drawing::Pen>The link border.
targetUriSystem::StringThe target URI.

See Also