|
@@ -1062,8 +1062,8 @@ namespace PDF_Master.ViewModels.Tools
|
|
|
//填写与签名在此区域不选中,不添加selectAnnotDicts词典当中
|
|
|
}
|
|
|
else if (annot.EventType == AnnotArgsType.AnnotSquare || annot.EventType == AnnotArgsType.AnnotCircle ||
|
|
|
- annot.EventType == AnnotArgsType.AnnotLine || annot.EventType == AnnotArgsType.AnnotStamp ||
|
|
|
- annot.EventType == AnnotArgsType.AnnotSticky/*annot.EventType == AnnotArgsType.AnnotFreeText || annot.EventType == AnnotArgsType.AnnotFreehand*/)
|
|
|
+ annot.EventType == AnnotArgsType.AnnotLine || annot.EventType == AnnotArgsType.AnnotStamp /*||
|
|
|
+ annot.EventType == AnnotArgsType.AnnotSticky ||annot.EventType == AnnotArgsType.AnnotFreeText || annot.EventType == AnnotArgsType.AnnotFreehand*/)
|
|
|
{
|
|
|
if (selectAnnotDicts.ContainsKey(editEvent.PageIndex) == false)
|
|
|
{
|