|
@@ -1,5 +1,4 @@
|
|
|
-using ComPDFKit.Import;
|
|
|
-using ComPDFKit.PDFAnnotation;
|
|
|
+using ComPDFKit.PDFAnnotation;
|
|
|
using ComPDFKit.PDFDocument;
|
|
|
using ComPDFKit.PDFDocument.Action;
|
|
|
using ComPDFKit.PDFPage;
|
|
@@ -455,6 +454,11 @@ namespace ComPDFKit.Tool
|
|
|
}
|
|
|
else if ((currentModel == ToolType.Pan || currentModel == ToolType.Viewer))
|
|
|
{
|
|
|
+ if (AnnotHitTest() && cacheHitTestAnnot.CurrentType == C_ANNOTATION_TYPE.C_ANNOTATION_LINK)
|
|
|
+ {
|
|
|
+ LinkAnnotAction(cacheHitTestAnnot);
|
|
|
+ }
|
|
|
+
|
|
|
if (DrawDownSelectImage(true))
|
|
|
{
|
|
|
mouseEventObject.hitTestType = MouseHitTestType.ImageSelect;
|