Aspose::TeX::Presentation::Svg::SvgDevice::AddHyperlink method
SvgDevice::AddHyperlink method
Set the hyperlink with a URI as its target.
void Aspose::TeX::Presentation::Svg::SvgDevice::AddHyperlink(System::Drawing::RectangleF activeRect, System::SharedPtr<System::Drawing::Pen> border, System::String targetUri) override
Parameter | Type | Description |
---|---|---|
activeRect | System::Drawing::RectangleF | The active rectangle of the link. |
border | System::SharedPtr<System::Drawing::Pen> | The link border. |
targetUri | System::String | The target URI. |
Deprecated
This method has been deprecated starting from version 24.7 and will be hidden in version 24.10. False
See Also
- Class RectangleF
- Typedef SharedPtr
- Class Pen
- Class String
- Class SvgDevice
- Namespace Aspose::TeX::Presentation::Svg
- Library Aspose.TeX for C++