|
@@ -756,6 +756,7 @@ namespace ComPDFKit.Controls.PDFControl
|
|
|
|
|
|
public void AnnotationCancel()
|
|
|
{
|
|
|
+ this.pdfViewerControl.SetCreateAnnotType(C_ANNOTATION_TYPE.C_ANNOTATION_NONE);
|
|
|
this.pdfViewerControl.SetToolType(ToolType.Pan);
|
|
|
pdfViewerControl.SetIsShowStampMouse(false);
|
|
|
pdfViewerControl.SetIsVisibleCustomMouse(false);
|