Aspose::TeX::Presentation::Image::ImageDevice::AddHyperlink method

Set the hyperlink with a URI as its target.

void Aspose::TeX::Presentation::Image::ImageDevice::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.

Deprecated

This method has been deprecated starting from version 24.7 and will be hidden in version 24.10. False

See Also