|
@@ -6,6 +6,7 @@ using ComPDFKit.PDFPage;
|
|
using ComPDFKitViewer;
|
|
using ComPDFKitViewer;
|
|
using ComPDFKitViewer.AnnotEvent;
|
|
using ComPDFKitViewer.AnnotEvent;
|
|
using ComPDFKitViewer.PdfViewer;
|
|
using ComPDFKitViewer.PdfViewer;
|
|
|
|
+using DryIoc;
|
|
using ImTools;
|
|
using ImTools;
|
|
using PDF_Master.CustomControl;
|
|
using PDF_Master.CustomControl;
|
|
using PDF_Master.EventAggregators;
|
|
using PDF_Master.EventAggregators;
|
|
@@ -167,11 +168,11 @@ namespace PDF_Master.ViewModels.Tools
|
|
//PropertyPanel.IsFreeHandSelected = true;
|
|
//PropertyPanel.IsFreeHandSelected = true;
|
|
//PDFViewer.ClearSelectAnnots();
|
|
//PDFViewer.ClearSelectAnnots();
|
|
|
|
|
|
- if (StrAnnotToolChecked == "Stamp")
|
|
|
|
- {
|
|
|
|
- GetStamp();
|
|
|
|
- //PDFViewer.SetMouseMode(MouseModes.None);
|
|
|
|
- }
|
|
|
|
|
|
+ //注释工具 选中图章,阅读页选择其他注释后,点击阅读页空白,属性面板需要显示图章面板
|
|
|
|
+ //if (StrAnnotToolChecked == "Stamp")
|
|
|
|
+ //{
|
|
|
|
+ // GetStamp();
|
|
|
|
+ //}
|
|
|
|
|
|
//AnnotHandlerEventArgs annotArgs = CurrentSelectedAnnot;
|
|
//AnnotHandlerEventArgs annotArgs = CurrentSelectedAnnot;
|
|
|
|
|
|
@@ -647,6 +648,11 @@ namespace PDF_Master.ViewModels.Tools
|
|
{
|
|
{
|
|
CleanPropertyPanel();
|
|
CleanPropertyPanel();
|
|
}
|
|
}
|
|
|
|
+ //注释工具 选中图章,阅读页选择其他注释后,点击阅读页空白,属性面板需要显示图章面板
|
|
|
|
+ if (StrAnnotToolChecked == "Stamp")
|
|
|
|
+ {
|
|
|
|
+ GetStamp();
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|