Aspose::TeX::Presentation::Device::AddHyperlink method

Sets the hyperlink with a URI as its target.

virtual void Aspose::TeX::Presentation::Device::AddHyperlink(System::Drawing::RectangleF activeRect, System::SharedPtr<System::Drawing::Pen> border, System::String targetUri)=0
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