Browse Source

其他 - dll 更新,签名拖拽添加

liyuxuan 1 year ago
parent
commit
d9b10fa4a6

BIN
PDF Office/ComPDFKit.Viewer.dll


+ 1 - 1
PDF Office/ViewModels/BOTA/SearchContentViewModel.cs

@@ -271,7 +271,7 @@ namespace PDF_Office.ViewModels.BOTA
                 {
                     List<TextSearchItem> pageTextList = new List<TextSearchItem>();
                     currentItem.TextProperty.SearchItem.BorderBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0x17, 0x70, 0xF4));
-                    currentItem.TextProperty.SearchItem.Padding = 3;
+                    currentItem.TextProperty.SearchItem.Padding = new Thickness(3);
                     currentItem.TextProperty.SearchItem.BorderThickness = 1;
                     pageTextList.Add(currentItem.TextProperty.SearchItem);
                     PDFViewer.HighLightSearchText(pageTextList);