|
@@ -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);
|