Aspose::Pdf::Annotations::LinkAnnotation class

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

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object to process the annotation.
get_Action() constAn action to be performed when the link annotation is activated.
get_AnnotationType() overrideGets type of annotation.
get_Destination() constA 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