瀏覽代碼

ComPDFKit.Tool(lynxpdf) - 图章创建空对象检测

liyuxuan 1 月之前
父節點
當前提交
ab4d24ea8d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Demo/Examples/ComPDFKit.Tool/CPDFToolManager.cs

+ 4 - 0
Demo/Examples/ComPDFKit.Tool/CPDFToolManager.cs

@@ -1405,6 +1405,10 @@ namespace ComPDFKit.Tool
                                 }
                                 else
                                 {
+                                    if( annotation == null || annotation.IsValid()==false)
+                                    {
+                                        return;
+                                    }
                                     CPDFDocument cPDFDocument = viewerTool.GetCPDFViewer().GetDocument();
                                     CPDFPage cPDFPage = cPDFDocument.PageAtIndex(pageindex);
                                     Point cropPoint = new Point();