|
@@ -136,7 +136,7 @@ namespace compdfkit_tools.Annotation.PDFAnnotationPanel.PDFAnnotationUI
|
|
|
ImageImage.Source = targetBitmap;
|
|
|
StampWidth = targetBitmap.PixelWidth;
|
|
|
StampHeight = targetBitmap.PixelHeight;
|
|
|
- AddImageBtn.Visibility = Visibility.Collapsed;
|
|
|
+ AddImagebackground.Visibility = Visibility.Collapsed;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -160,7 +160,7 @@ namespace compdfkit_tools.Annotation.PDFAnnotationPanel.PDFAnnotationUI
|
|
|
ImageImage.Source = targetBitmap;
|
|
|
StampWidth = targetBitmap.PixelWidth;
|
|
|
StampHeight = targetBitmap.PixelHeight;
|
|
|
- AddImageBtn.Visibility = Visibility.Collapsed;
|
|
|
+ AddImagebackground.Visibility = Visibility.Collapsed;
|
|
|
SaveBtn.IsEnabled = true;
|
|
|
}
|
|
|
}
|
|
@@ -384,7 +384,7 @@ namespace compdfkit_tools.Annotation.PDFAnnotationPanel.PDFAnnotationUI
|
|
|
Date.IsChecked = false;
|
|
|
Time.IsChecked = false;
|
|
|
StampText.Text = "Stamp Text";
|
|
|
- AddImageBtn.Visibility = Visibility.Visible;
|
|
|
+ AddImagebackground.Visibility = Visibility.Visible;
|
|
|
SaveBtn.IsEnabled = false;
|
|
|
UpTextPreview();
|
|
|
}
|