Aspose::Pdf::Annotations::LinkAnnotation class
Contents
[
Hide
]LinkAnnotation class
Represents either a hypertext link to a destination elsewhere in the document or an action to be performed.
class LinkAnnotation : public Aspose::Pdf::Annotations::Annotation
Methods
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object to process the annotation. |
| get_Action() | An action to be performed when the link annotation is activated. |
| get_AnnotationType() override | Gets type of annotation. |
| get_Destination() | A destination to be displayed when the annotation is activated. |
| get_Highlighting() | The visual effect to be used when the mouse button is pressed or held down inside its active area. |
| LinkAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Creates new Link annotation on the specified page. |
| set_Action(System::SharedPtr<PdfAction>) | An action to be performed when the link annotation is activated. |
| set_Destination(System::SharedPtr<IAppointment>) | A destination to be displayed when the annotation is activated. |
| set_Highlighting(HighlightingMode) | The visual effect to be used when the mouse button is pressed or held down inside its active area. |
See Also
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++