|
@@ -332,6 +332,10 @@ namespace Compdfkit_Tools.Annotation.PDFAnnotationPanel.PDFAnnotationUI
|
|
|
|
|
|
CustomStampPath = Path.Combine(Environment.CurrentDirectory, "ComPDFKit");
|
|
|
CustomStampPath = Path.Combine(CustomStampPath, "CustomStamp");
|
|
|
+ if (!Directory.Exists(CustomStampPath))
|
|
|
+ {
|
|
|
+ Directory.CreateDirectory(CustomStampPath);
|
|
|
+ }
|
|
|
|
|
|
Binding ShapeBoxbinding = new Binding();
|
|
|
ShapeBoxbinding.Source = this;
|