|
@@ -1091,19 +1091,19 @@ namespace PDF_Master.ViewModels.Tools
|
|
|
FreeTextDefalut.BackgroundColor = freeText.BgColor;
|
|
|
FreeTextDefalut.Opacity = (annot as FreeTextAnnotArgs).Transparency;
|
|
|
SettingHelper.SetAnnotDefaultProperty(FreeTextDefalut);
|
|
|
- FreeTextAnnotArgs freeTextAnnotArgs = new FreeTextAnnotArgs()
|
|
|
- {
|
|
|
- FontColor = freeText.FontColor,
|
|
|
- FontFamily = freeText.FontFamily,
|
|
|
- Align = freeText.Align,
|
|
|
- FontSize = freeText.FontSize,
|
|
|
- FontWeight = freeText.FontWeight,
|
|
|
- FontStyle = freeText.FontStyle,
|
|
|
- BgColor = freeText.BgColor,
|
|
|
- Transparency = (annot as FreeTextAnnotArgs).Transparency
|
|
|
- };
|
|
|
-
|
|
|
- PDFViewer.SetToolParam(freeTextAnnotArgs);
|
|
|
+ //FreeTextAnnotArgs freeTextAnnotArgs = new FreeTextAnnotArgs()
|
|
|
+ //{
|
|
|
+ // FontColor = freeText.FontColor,
|
|
|
+ // FontFamily = freeText.FontFamily,
|
|
|
+ // Align = freeText.Align,
|
|
|
+ // FontSize = freeText.FontSize,
|
|
|
+ // FontWeight = freeText.FontWeight,
|
|
|
+ // FontStyle = freeText.FontStyle,
|
|
|
+ // BgColor = freeText.BgColor,
|
|
|
+ // Transparency = (annot as FreeTextAnnotArgs).Transparency
|
|
|
+ //};
|
|
|
+
|
|
|
+ //PDFViewer.SetToolParam(freeTextAnnotArgs);
|
|
|
}
|
|
|
else if (annot is StickyAnnotArgs)
|
|
|
{
|