12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688 |
- using ComPDFKit.PDFAnnotation;
- using ComPDFKit.PDFDocument;
- using ComPDFKitViewer;
- using ComPDFKitViewer.AnnotEvent;
- using ComPDFKitViewer.PdfViewer;
- using Microsoft.Win32;
- using PDF_Master.CustomControl;
- using PDF_Master.EventAggregators;
- using PDF_Master.Helper;
- using PDF_Master.Model;
- using PDF_Master.Model.BOTA;
- using PDF_Master.Properties;
- using PDF_Master.ViewModels.BOTA;
- using PDF_Master.ViewModels.PropertyPanel;
- using PDF_Master.ViewModels.PropertyPanel.AnnotPanel;
- using PDF_Master.ViewModels.Tools.AnnotManager;
- using PDF_Master.Views.BOTA;
- using PDF_Master.Views.PropertyPanel.AnnotPanel;
- using PDFSettings;
- using PDFSettings.Settings;
- using Prism.Commands;
- using Prism.Events;
- using Prism.Mvvm;
- using Prism.Regions;
- using Prism.Services.Dialogs;
- using System;
- using System.Collections.Generic;
- using System.IO;
- using System.Linq;
- using System.Reflection;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows;
- using System.Windows.Annotations;
- using System.Windows.Controls;
- using System.Windows.Controls.Primitives;
- using System.Windows.Forms;
- using System.Windows.Input;
- using System.Windows.Media;
- using System.Windows.Media.Imaging;
- using ContextMenu = System.Windows.Controls.ContextMenu;
- using KeyEventArgs = System.Windows.Input.KeyEventArgs;
- using MenuItem = System.Windows.Controls.MenuItem;
- namespace PDF_Master.ViewModels.Tools
- {
- public sealed partial class AnnotToolContentViewModel : BindableBase, INavigationAware
- {
- #region 初始化
- public AnnotToolContentViewModel(IRegionManager regionManager, IEventAggregator eventAggregator, IDialogService dialogService)
- {
- region = regionManager;
- events = eventAggregator;
- dialogs = dialogService;
- InitCommand();
- InitDefaultValue();
- InitToolDict();
- InitToolTipDict();
- InitPopMenu();
- SubscribeEvent();
- AnnotContainerBorderColor();
- }
- //注释容器选中边框的颜色
- private void AnnotContainerBorderColor()
- {
- var pen = new Pen(new SolidColorBrush(Color.FromArgb(0xFF, 0x17, 0x70, 0xF4)), 1);
- CommonDrawData.ActiveBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0x17, 0x70, 0xF4));
- CommonDrawData.ActivePen = pen;
- }
- //事件聚合器
- private void SubscribeEvent()
- {
- Unicode = App.mainWindowViewModel.SelectedItem.Unicode;
- events.GetEvent<FillAndSignEvent>().Subscribe(FromFillAndSign, e => e.AppUnicode == Unicode);
- }
- private void InitPopMenu()
- {
- InitSelectHightAnnotMenu();
- InitSelectFreeHandAnnotMenu();
- InitSelectFreeTextAnnotMenu();
- InitSelectStrickNoteAnnotMenu();
- InitSelectShapeAnnotMenu();
- InitSelectLinkAnnotMenu();
- InitSelectStampAnnotMenu();
- InitSelectMultiAnnotMenu();
- }
- private void InitCommand()
- {
- MyToolsCommand = new DelegateCommand<CustomIconToggleBtn>(BtnMyTools_Click);
- SetAddAnnotationCommand = new DelegateCommand<object>(AddAnnotation_Click);
- AddBookMarkCommand = new DelegateCommand(AddBookMark_Click);
- PropertyRegionName = Guid.NewGuid().ToString();
- HandCommand = new DelegateCommand(Hand_Click);
- #region 注释 - 右键菜单
- //公共command
- AnnotDefaultValue_MenuCommand = new DelegateCommand<object>(AnnotDefaultValues_Menu);
- AnnotColorPalette_MenuCommand = new DelegateCommand<object>(AnnotColorPalette_Menu);
- AnnotAddNoteText_MenuCommand = new DelegateCommand<object>(AnnotAddNoteText_Menu);
- //高亮、下划线、删除
- HightAnnotCopyText_MenuCommand = new DelegateCommand<object>(HightAnnotCopyText_Menu);
- //手绘
- FreeHandLineStyle_MenuCommand = new DelegateCommand<object>(FreeHandLineStyle_Menu);
- //文本
- FreeTextFontFamily_MenuCommand = new DelegateCommand<object>(FreeTextFontFamily_Menu);
- FreeTextAglin_MenuCommand = new DelegateCommand<object>(FreeTextAglin_Menu);
- //便签
- StrikeNoteEditStrike_MenuCommand = new DelegateCommand<object>(StrikeNoteEditStrike_Menu);
- //形状
- ShapeLineStyle_MenuCommand = new DelegateCommand<object>(ShapeLineStyle_Menu);
- ShapeLineDirect_MenuCommand = new DelegateCommand<object>(ShapeLineDirect_Menu);
- //图章
- StampExportPicture_MenuCommand = new DelegateCommand<object>(StampExportPicture_Menu);
- //链接
- Link_MenuCommand = new DelegateCommand<object>(Link_Menu);
- #endregion 注释 - 右键菜单
- }
- #endregion 初始化
- #region 注释工具栏 -》Command实现
- //手型工具
- private void Hand_Click()
- {
- HandToolIsCheckedEvent(BtnHandIsChecked);
- if (BtnHandIsChecked)
- {
- //其余注释工具 取消选中
- StrAnnotToolChecked = "";
- BtnLinkIsChecked = false;
- viewContentViewModel.SelectedPrpoertyPanel("PropertyPanelContent", null);
- }
- }
- //手型工具按钮选中或取消
- private void HandToolIsCheckedEvent(bool isChecked)
- {
- if (isChecked == false)
- {
- //鼠标框选多选注释
- if (PDFViewer.MouseMode != MouseModes.AnnotCreate)
- {
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- var annotArgs = new SelectToolArgs();
- PDFViewer.SetToolParam(annotArgs);
- }
- else
- {
- PDFViewer.SetMouseMode(MouseModes.PanTool);
- }
- }
- else
- {
- //鼠标滚动页面
- PDFViewer.SetMouseMode(MouseModes.Scroll);
- PDFViewer.SetToolParam(new AnnotHandlerEventArgs());
- }
- }
- //点击注释工具
- private void BtnMyTools_Click(CustomIconToggleBtn annotBtn)
- {
- if (annotBtn == null || annotBtn.Tag == null) return;
- //不创建注释,属于注释模板
- Dictionary<string, bool> dictVar = new Dictionary<string, bool>();
- dictVar.Add("isTemplateAnnot", false);
- dictVar.Add("isSnapshotEdit", false);
- AnnotHandlerEventArgs annotArgs = null;
- var tag = annotBtn.Tag.ToString();
- if (annotBtn.Name == "BtnShowAnnot")
- {
- //显示/隐藏注释
- PDFViewer.SetDrawAnnot((bool)annotBtn.IsChecked);
- return;
- }
- if (annotBtn.IsChecked == true)
- {
- propertyPanel.SaveLastAnnot();
- MyToolCheckedDoing(dictVar, tag);
- FindAnnotTypeKey(tag, ref annotArgs);
- if (annotArgs != null)
- {
- //设置点击页面会创建对应选中注释工具的注释
- annotArgs.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(annotArgs);
-
- }
- }
- else
- {
- //取消选中注释工具按钮后,恢复到未编辑注释的状态
- propertyPanel.IsAddLink = false;
- propertyPanel.IsLocationLink = false;
- PDFViewer.ToolManager.EnableClickCreate = false;
- ShowPropertyPanel(false);
- }
- if (dictVar["isTemplateAnnot"] == false && annotArgs == null)
- {
- //当不是注释模板,且无创建注释时,属性面板显示为空内容
- HandToolIsCheckedEvent(false);
- viewContentViewModel.SelectedPrpoertyPanel("PropertyPanelContent", null);
- }
- else
- {
- if (dictVar["isSnapshotEdit"] == true)
- {
- ShowPropertyPanel(false);
- }
- else
- {
- ShowPropertyPanel((bool)annotBtn.IsChecked);
- }
- }
- }
- //选中注释工具按钮时,处理的一些系列事情
- private void MyToolCheckedDoing(Dictionary<string, bool> dict, string tag)
- {
- if (BtnHandIsChecked)
- BtnHandIsChecked = false;
- PDFViewer.ClearSelectAnnots();
- //选中内容选择工具按钮
- if (tag == "SnapshotEdit")
- {
- dict["isSnapshotEdit"] = true;
- }
- else if (tag == "Signature" || tag == "Stamp")
- {
- //选中签名、图章工具按钮
- dict["isTemplateAnnot"] = true;
- }
- //超链接工具
- if (tag != "Link")
- BtnLinkIsChecked = false;
- else
- StrAnnotToolChecked = "Link";
- if (tag == "Rect" || tag == "Circle" || tag == "Arrow" || tag == "Line")
- {
- //新建形状注释,设置默认大小
- PDFViewer.ToolManager.EnableClickCreate = true;
- PDFViewer.ToolManager.ClickCreateWidth = 140;
- PDFViewer.ToolManager.ClickCreateHeight = 140;
- }
- else
- {
- PDFViewer.ToolManager.EnableClickCreate = false;
- }
- }
- #endregion 注释工具栏 -》Command实现
- #region BOTA
- private AnnotationContentViewModel GetAnnotationContentViewModel(BOTAContentViewModel bOTAContentViewModel, out AnnotationContent annotation)
- {
- AnnotationContentViewModel viewModel = null;
- annotation = null;
- if (bOTAContentViewModel != null)
- {
- if (region.Regions.ContainsRegionWithName(bOTAContentViewModel.BOTAContentRegionName))
- {
- var views = region.Regions[bOTAContentViewModel.BOTAContentRegionName].Views;
- foreach (var item in views)
- {
- if (item is AnnotationContent annotation1)
- {
- annotation = annotation1;
- viewModel = annotation1.DataContext as AnnotationContentViewModel;
- break;
- }
- }
- }
- }
- return viewModel;
- }
- /// <summary>
- /// 判断Bota的TabItem是否已显示
- /// </summary>
- /// <param name="bOTAContentViewModel"></param>
- /// <param name="bOTAContent"></param>
- /// <param name="tabItemText"></param>
- /// <returns></returns>
- private bool IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, string tabItemText)
- {
- bool isTabItem = false;
- bOTAContentViewModel = null;
- bOTAContent = null;
- if (region.Regions.ContainsRegionWithName(viewContentViewModel.BOTARegionName))
- {
- var views = region.Regions[viewContentViewModel.BOTARegionName].Views;
- var model = views.FirstOrDefault(q => q is BOTAContent);
- if (model is BOTAContent bOTAContent1)
- {
- bOTAContent = bOTAContent1;
- bOTAContentViewModel = bOTAContent.DataContext as BOTAContentViewModel;
- if (bOTAContentViewModel.CurrentBar == tabItemText)
- {
- isTabItem = true;
- }
- }
- }
- return isTabItem;
- }
- private void Select_Click(object sender, RoutedEventArgs e)
- {
- if (viewContentViewModel.OpenBOTA == false)
- {
- viewContentViewModel.OpenBOTA = true;
- }
- bool isBook = IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, "TabItemSearch");
- if (isBook == false)
- {
- bOTAContent.TabItemSearch.IsSelected = true;
- }
- }
- #endregion BOTA
- #region 阅读页右键菜单
- /// <summary>
- /// 空白处-右键菜单-添加注释
- /// </summary>
- /// <param name="sender"></param>
- private void AddAnnotation_Click(object sender)
- {
- if (sender is MenuItem menuItem)
- {
- AnnotHandlerEventArgs annotHandler = null;
- string str = menuItem.Tag.ToString();
- viewContentViewModel.SelectedPrpoertyPanel("PropertyPanelContent", null);
- propertyPanel.IsAddLink = false;
- propertyPanel.IsLocationLink = false;
- if (str == AddAnnotType.AnnotFreehand.ToString())
- {
- annotHandler = GetFreehand();
- }
- if (str == AddAnnotType.AnnotFreeText.ToString())
- {
- annotHandler = GetFreetext();
- }
- if (str == AddAnnotType.AnnotSticky.ToString())
- {
- annotHandler = GetStickyNote();
- }
- if (str == AddAnnotType.AnnotSquare.ToString())
- {
- annotHandler = GetRect();
- }
- if (str == AddAnnotType.AnnotCircle.ToString())
- {
- annotHandler = GetCircle();
- }
- if (str == AddAnnotType.AnnotArrow.ToString())
- {
- annotHandler = GetArrowLine("Arrow");
- }
- if (str == AddAnnotType.AnnotLine.ToString())
- {
- annotHandler = GetArrowLine("Line");
- }
- if (str == AddAnnotType.AnnotLink.ToString())
- {
- propertyPanel.IsAddLink = true;
- annotHandler = GetLink();
- }
- if (str == AddAnnotType.AnnotStamp.ToString())
- {
- annotHandler = GetStamp();
- }
- if (str == AddAnnotType.AnnotAutograph.ToString())
- {
- annotHandler = GetSignature();
- }
- if (annotHandler != null)
- {
- annotHandler.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(annotHandler);
- //是否展开右侧面板 =>否(链接、图章、签名除外)
- ShowPropertyPanel(false);
- if (str == AddAnnotType.AnnotLink.ToString()
- || str == AddAnnotType.AnnotStamp.ToString()
- || str == AddAnnotType.AnnotAutograph.ToString()
- )
- {
- ShowPropertyPanel(true);
- }
- IsNoSelectMenu = true;
- }
- }
- }
- /// <summary>
- /// 选择文本、图片,右键菜单
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void AnnotToolMenu_Click(object sender, RoutedEventArgs e)
- {
- if (sender is MenuItem clickMenu && clickMenu.CommandParameter is AnnotCommandArgs)
- {
- AnnotCommandArgs annotCommand = clickMenu.CommandParameter as AnnotCommandArgs;
- switch (clickMenu.Tag.ToString())
- {
- case "HighLight"://字体高亮
- TextHighlightAnnotArgs highlightArgs = (TextHighlightAnnotArgs)GetHighLight();
- highlightArgs.ClientRect = annotCommand.TextRect;
- highlightArgs.Content = annotCommand.Text;
- highlightArgs.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(highlightArgs);
- PDFViewer.SetMouseMode(MouseModes.PanTool);
- break;
- case "UnderLine"://下划线
- TextUnderlineAnnotArgs underlineArgs = (TextUnderlineAnnotArgs)GetUnderLine();
- underlineArgs.ClientRect = annotCommand.TextRect;
- underlineArgs.Content = annotCommand.Text;
- underlineArgs.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(underlineArgs);
- PDFViewer.SetMouseMode(MouseModes.PanTool);
- break;
- case "Strikeout"://删除线
- TextStrikeoutAnnotArgs strikeoutArgs = (TextStrikeoutAnnotArgs)GetStrikeout();
- strikeoutArgs.ClientRect = annotCommand.TextRect;
- strikeoutArgs.Content = annotCommand.Text;
- strikeoutArgs.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(strikeoutArgs);
- PDFViewer.SetMouseMode(MouseModes.PanTool);
- break;
- case "Freetext"://文本
- FreeTextAnnotArgs textArgs = (FreeTextAnnotArgs)GetFreetext();
- textArgs.ClientRect = annotCommand.TextRect;
- //textArgs.Transparency = 1;
- //textArgs.BgColor = Colors.Transparent;
- //textArgs.LineColor = Colors.Red;
- //textArgs.LineWidth = 2;
- textArgs.TextContent = annotCommand.Text;
- PDFViewer.CreatePageAnnot(annotCommand.PageIndex, textArgs);
- break;
- case "StickyNote"://便签
- StickyAnnotArgs stickyAnnotArgs = (StickyAnnotArgs)GetStickyNote();
- //stickyAnnotArgs.ClientRect = annotCommand.TextRect;
- List<TextSelectNode> textSelectNodes = PDFViewer.GetSelectTextInfo();
- //stickyAnnotArgs.ClientRect = new Rect(textSelectNodes[0].StartPoint.X, annotCommand.TextRect.Y - annotCommand.TextRect.Height, annotCommand.TextRect.Width, annotCommand.TextRect.Height);
- Rect rect = annotCommand.TextRectList[0];
- #region to do 转dpi
- //int dpi = DpiHelpers.Dpi;
- //double x = rect.X / 72D * dpi;
- //double y = (rect.Y - rect.Height) / 72D * dpi;
- //double width = rect.Width / 72D * dpi;
- //double height = rect.Height / 72D * dpi;
- #endregion to do 转dpi
- //stickyAnnotArgs.ClientRect = new Rect(x, y, width, height);
- //stickyAnnotArgs.ClientRect = new Rect(rect.X, rect.Y - rect.Height, rect.Width, rect.Height);
- stickyAnnotArgs.ClientRect = rect;
- //PDFViewer.CreatePageAnnot(annotCommand.PageIndex, stickyAnnotArgs);
- NavigationParameters param = new NavigationParameters();
- param.Add(ParameterNames.PDFViewer, PDFViewer);
- param.Add(ParameterNames.StickyAnnotArgs, stickyAnnotArgs);
- param.Add(ParameterNames.ViewContentViewModel, viewContentViewModel);
- param.Add(ParameterNames.AnnotCommandArgs, annotCommand);
- System.Windows.Controls.ContentControl window = null;
- if (PDFViewer.Parent as ContentControl != null)
- {
- window = PDFViewer.Parent as ContentControl;
- }
- else
- {
- window = App.Current.MainWindow;
- }
- var point = Mouse.GetPosition(window);
- viewContentViewModel.NotePopupVisible = Visibility.Visible;
- viewContentViewModel.CanvasNoteLeft = point.X;
- viewContentViewModel.CanvasNoteBottom = point.Y;
- if (point.Y > window.ActualHeight / 2)
- {
- viewContentViewModel.CanvasNoteBottom = point.Y - window.ActualHeight / 2;
- }
- viewContentViewModel.IsNoteAdd = true;
- region.RequestNavigate(viewContentViewModel.NotePopupRegionName, "StickyNotePopup", param);
- //stickyAnnotArgs.Author = Settings.Default.AppProperties.Description.Author;
- //PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- //PDFViewer.SetToolParam(stickyAnnotArgs);
- //PDFViewer.SetMouseMode(MouseModes.PanTool);
- break;
- case "Rect"://矩形
- SquareAnnotArgs squareAnnotArgs = (SquareAnnotArgs)GetRect();
- squareAnnotArgs.ClientRect = annotCommand.TextRect;
- PDFViewer.CreatePageAnnot(annotCommand.PageIndex, squareAnnotArgs);
- break;
- case "Circle"://圆
- CircleAnnotArgs circleAnnotArgs = (CircleAnnotArgs)GetCircle();
- circleAnnotArgs.ClientRect = annotCommand.TextRect;
- PDFViewer.CreatePageAnnot(annotCommand.PageIndex, circleAnnotArgs);
- break;
- case "Line"://线
- LineAnnotArgs lineAnnotArgs = (LineAnnotArgs)GetArrowLine(clickMenu.Tag.ToString());
- lineAnnotArgs.ClientRect = annotCommand.TextRect;
- lineAnnotArgs.LinePoints.Add(new Point(annotCommand.TextRect.Left, annotCommand.TextRect.Top));
- lineAnnotArgs.LinePoints.Add(new Point(annotCommand.TextRect.Right, annotCommand.TextRect.Bottom));
- PDFViewer.CreatePageAnnot(annotCommand.PageIndex, lineAnnotArgs);
- break;
- case "Link"://链接
- LinkAnnotArgs linkArgs = new LinkAnnotArgs();
- linkArgs.ClientRect = annotCommand.TextRect;
- linkArgs.URI = string.Empty;
- linkArgs.LinkType = LINK_TYPE.GOTO;
- linkArgs.DestIndex = annotCommand.PageIndex;
- PDFViewer.CreatePageAnnot(annotCommand.PageIndex, linkArgs);
- BtnLinkIsChecked = true;
- List<AnnotHandlerEventArgs> lists = new List<AnnotHandlerEventArgs>();
- lists.Add(linkArgs);
- propertyPanel.IsAddLink = true;
- AnnotHandlerEventArgs annotArgs = GetLink(lists);
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(annotArgs);
- viewContentViewModel.IsPropertyOpen = true;
- break;
- case "OutLine":
- bool isTabItemAnnotation = IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, "TabItemOutLine");
- if (isTabItemAnnotation == false)
- {
- bOTAContent.TabItemOutLine.IsSelected = true;
- }
- OutLineControlViewModel outLineControlViewModel = GetOutLineControlViewModel(bOTAContentViewModel, out OutLineControl outLineControl);
- if (outLineControlViewModel != null && outLineControl != null)
- {
- string str = null;
- if (string.IsNullOrEmpty(annotCommand.Text))
- {
- str = (annotCommand.PageIndex + 1).ToString();
- }
- else
- {
- str = annotCommand.Text;
- }
- outLineControl.AddOutlineNode(str);
- }
- break;
- case "ExportPicture":
- ExportPicture_MenuItemClick();
- break;
- }
- //ShowPropertyPanel(false);
- }
- }
- private void PageDisplay(ItemCollection items)
- {
- foreach (var item in items)
- {
- if (item is MenuItem menuItem)
- {
- menuItem.IsCheckable = false;
- menuItem.Click -= PageDisplay_Click;
- menuItem.Click += PageDisplay_Click;
- }
- }
- }
- private void PageDisplay_Click(object sender, RoutedEventArgs e)
- {
- if (sender is MenuItem menuItem)
- {
- switch (menuItem.Tag.ToString())
- {
- case "SingleView":
- PDFViewer.ChangeViewMode(ViewMode.Single);
- break;
- case "SingleContinueView":
- PDFViewer.ChangeViewMode(ViewMode.SingleContinuous);
- break;
- case "DoubleView":
- PDFViewer.ChangeViewMode(ViewMode.Double);
- break;
- case "DoubleContinueView":
- PDFViewer.ChangeViewMode(ViewMode.DoubleContinuous);
- break;
- case "BookMode":
- PDFViewer.ChangeViewMode(ViewMode.Book);
- break;
- }
- }
- }
- private void ViewZoom(ItemCollection items)
- {
- foreach (var item in items)
- {
- if (item is MenuItem menuItem)
- {
- //switch (PDFViewer.ModeFit)
- //{
- // case FitMode.FitWidth:
- // break;
- // case FitMode.FitHeight:
- // break;
- // case FitMode.FitSize:
- // break;
- // case FitMode.FitFree:
- // break;
- // default:
- // break;
- //}
- menuItem.IsCheckable = false;
- menuItem.Click -= ViewZoom_Click;
- menuItem.Click += ViewZoom_Click;
- }
- }
- }
- private void ViewZoom_Click(object sender, RoutedEventArgs e)
- {
- if (sender is MenuItem menuItem)
- {
- switch (menuItem.Tag.ToString())
- {
- case "FitWidth":
- PDFViewer.ChangeFitMode(FitMode.FitWidth);
- break;
- case "FitHeight":
- PDFViewer.ChangeFitMode(FitMode.FitHeight);
- break;
- case "FitSize":
- PDFViewer.ChangeFitMode(FitMode.FitSize);
- break;
- case "enlarge":
- double newZoom = viewContentViewModel.CheckZoomLevel((PDFViewer.ZoomFactor + 0.01), true);
- PDFViewer.Zoom(newZoom);
- break;
- case "narrow":
- newZoom = viewContentViewModel.CheckZoomLevel((PDFViewer.ZoomFactor + -0.01), false);
- PDFViewer.Zoom(newZoom);
- break;
- }
- }
- }
- private void UnReadModel_Click(object sender, RoutedEventArgs e)
- {
- viewContentViewModel.Off_ReadModel();
- }
- private void ReadModel_Click(object sender, RoutedEventArgs e)
- {
- viewContentViewModel.On_ReadMode();
- }
- private void SetToolMode(ItemCollection items)
- {
- foreach (var item in items)
- {
- if (item is MenuItem menuItem)
- {
- menuItem.IsCheckable = false;
- menuItem.Click -= ToolMode_Click;
- menuItem.Click += ToolMode_Click;
- }
- }
- }
- private void ToolMode_Click(object sender, RoutedEventArgs e)
- {
- if (sender is MenuItem menuItem)
- {
- switch (menuItem.Tag.ToString())
- {
- case "default":
- HandToolIsCheckedEvent(false);
- BtnHandIsChecked = false;
- ShowPropertyPanel(false);
- break;
- case "roll":
- HandToolIsCheckedEvent(true);
- BtnHandIsChecked = true;
- ShowPropertyPanel(false);
- break;
- case "content":
- AnnotHandlerEventArgs annotHandler = GetSnapshotEdit();
- BtnSelecttoolIsChecked = true;
- if (annotHandler != null)
- {
- annotHandler.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(annotHandler);
- ShowPropertyPanel(false);
- }
- break;
- default:
- break;
- }
- }
- }
- private void DelBookMark_Click(object sender, RoutedEventArgs e)
- {
- CheckBOTAState(out BOTAContentViewModel bOTAContentVM, out BOTAContent bOTA);
- if (bOTAContentVM != null && bOTA != null)
- {
- BookmarkContentViewModel bookmarkContentViewModel = GetBookmarkContentViewModel(bOTAContentVM, out BookmarkContent bookmark);
- int index = PDFViewer.CurrentIndex;
- //检测是否已存在相同数据
- CPDFBookmark list = PDFViewer.Document.GetBookmarkList().FirstOrDefault(q => q.PageIndex == index);
- if (bookmarkContentViewModel != null && bookmark != null && bOTA != null && list != null)
- {
- bookmarkContentViewModel.DeleteCommand.Execute(list);
- isAddBookMark = bookmarkContentViewModel.isAddBookMark;
- }
- }
- }
- private void CheckBOTAState(out BOTAContentViewModel bOTAContentVM, out BOTAContent bOTA)
- {
- if (viewContentViewModel.OpenBOTA == false)
- {
- viewContentViewModel.OpenBOTA = true;
- }
- bool isBook = IsBOTATabItemShow(out bOTAContentVM, out bOTA, "TabItemBookMark");
- if (isBook == false)
- {
- bOTA.TabItemBookMark.IsSelected = true;
- }
- }
- private void AddBookMark_Click()
- {
- CheckBOTAState(out BOTAContentViewModel bOTAContentVM, out BOTAContent bOTA);
- //if (viewContentViewModel.mainViewModel.IsBookMode)
- //{
- // this.events.GetEvent<ReadModeBOTAShowEvent>().Publish(new ReadModeBOTAShowArgs() { Unicode = App.mainWindowViewModel.SelectedItem.Unicode, IsBOTAShow = true });
- //}
- if (bOTAContentVM != null && bOTA != null)
- {
- BookmarkContentViewModel bookmarkContentViewModel = GetBookmarkContentViewModel(bOTAContentVM, out BookmarkContent bookmark);
- if (bookmarkContentViewModel != null && bookmark != null && bOTA != null)
- {
- //bookmarkContentViewModel.AddBookmarkCommand.Execute(bookmark.BookMarkListView);
- bookmark.BtnAddBookmark_Click(null, null);
- isAddBookMark = bookmarkContentViewModel.isAddBookMark;
- return;
- }
- }
- }
- private BookmarkContentViewModel GetBookmarkContentViewModel(BOTAContentViewModel bOTAContentViewModel, out BookmarkContent bookmark)
- {
- BookmarkContentViewModel viewModel = null;
- bookmark = null;
- if (bOTAContentViewModel != null)
- {
- if (region.Regions.ContainsRegionWithName(bOTAContentViewModel.BOTAContentRegionName))
- {
- var views = region.Regions[bOTAContentViewModel.BOTAContentRegionName].Views;
- foreach (var item in views)
- {
- if (item is BookmarkContent bookmark1)
- {
- bookmark = bookmark1;
- viewModel = bookmark1.DataContext as BookmarkContentViewModel;
- break;
- }
- }
- }
- }
- return viewModel;
- }
- private OutLineControlViewModel GetOutLineControlViewModel(BOTAContentViewModel bOTAContentViewModel, out OutLineControl outLineControl)
- {
- OutLineControlViewModel viewModel = null;
- outLineControl = null;
- if (bOTAContentViewModel != null)
- {
- if (region.Regions.ContainsRegionWithName(bOTAContentViewModel.BOTAContentRegionName))
- {
- var views = region.Regions[bOTAContentViewModel.BOTAContentRegionName].Views;
- foreach (var item in views)
- {
- if (item is OutLineControl outLineControl1)
- {
- outLineControl = outLineControl1;
- viewModel = outLineControl1.DataContext as OutLineControlViewModel;
- break;
- }
- }
- }
- }
- return viewModel;
- }
- private void DisplayAnnot_Click(object sender, RoutedEventArgs e)
- {
- PDFViewer.SetDrawAnnot(true);
- BtnShowAnnotIsChecked = true;
- bool isTabItemAnnotation = IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, "TabItemAnnotation");
- if (viewContentViewModel.OpenBOTA == true && isTabItemAnnotation == true)
- {
- AnnotationContentViewModel viewModel = GetAnnotationContentViewModel(bOTAContentViewModel, out AnnotationContent annotation);
- viewModel.DisplayAnnot();
- }
- }
- private void HiddenAnnot_Click(object sender, RoutedEventArgs e)
- {
- PDFViewer.SetDrawAnnot(false);
- BtnShowAnnotIsChecked = false;
- bool isTabItemAnnotation = IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, "TabItemAnnotation");
- if (viewContentViewModel.OpenBOTA == true && isTabItemAnnotation == true)
- {
- AnnotationContentViewModel viewModel = GetAnnotationContentViewModel(bOTAContentViewModel, out AnnotationContent annotation);
- viewModel.HiddenAnnot();
- }
- }
- private void SetAddAnnotation(ItemCollection items)
- {
- foreach (var item in items)
- {
- if (item is MenuItem menuItem)
- {
- string str = menuItem.Tag.ToString();
- //if (str == AddAnnotType.AnnotLink.ToString()
- //|| str == AddAnnotType.AnnotStamp.ToString()
- //|| str == AddAnnotType.AnnotAutograph.ToString()
- //)
- //{
- // InBookModeSetIsEnabled(menuItem);
- //}
- menuItem.CommandParameter = item;
- menuItem.Command = SetAddAnnotationCommand;
- }
- }
- }
- private void AddLink_Click(object sender, RoutedEventArgs e)
- {
- var args = PDFViewer.ToolManager.CurrentAnnotArgs;
- BtnLinkIsChecked = true;
- }
- #endregion 阅读页右键菜单
- #region 注释右键菜单事件
- //高亮、下划线、删除
- private void HightAnnotCopyText_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- System.Windows.Clipboard.SetText(annot.Content);
- }
- }
- }
- //更改为当前注释属性默认值
- private void AnnotDefaultValues_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- if (annot is TextHighlightAnnotArgs)
- {
- var color = (annot as TextHighlightAnnotArgs).Color;
- HighLightColor = new SolidColorBrush(color);
- Settings.Default.AppProperties.Annotate.HighLightColor = color;
- var hightlight = GetAnnotDefault(AnnotArgsType.AnnotHighlight);
- hightlight.ForgoundColor = color;
- hightlight.Opacity = (annot as TextHighlightAnnotArgs).Transparency;
- SettingHelper.SetAnnotDefaultProperty(hightlight);
- }
- else if (annot is TextUnderlineAnnotArgs)
- {
- var color = (annot as TextUnderlineAnnotArgs).Color;
- UnderLineColor = new SolidColorBrush(color);
- Settings.Default.AppProperties.Annotate.UnderLineColor = color;
- var Underline = GetAnnotDefault(AnnotArgsType.AnnotUnderline);
- Underline.ForgoundColor = color;
- Underline.Opacity = (annot as TextUnderlineAnnotArgs).Transparency;
- SettingHelper.SetAnnotDefaultProperty(Underline);
- }
- else if (annot is TextStrikeoutAnnotArgs)
- {
- var color = (annot as TextStrikeoutAnnotArgs).Color;
- StrikeoutColor = new SolidColorBrush(color);
- Settings.Default.AppProperties.Annotate.StrikethroughColor = color;
- var Strikeout = GetAnnotDefault(AnnotArgsType.AnnotStrikeout);
- Strikeout.ForgoundColor = color;
- Strikeout.Opacity = (annot as TextStrikeoutAnnotArgs).Transparency;
- SettingHelper.SetAnnotDefaultProperty(Strikeout);
- }
- else if (annot is FreehandAnnotArgs)
- {
- var freeHand = annot as FreehandAnnotArgs;
- var color = freeHand.InkColor;
- Settings.Default.AppProperties.Annotate.FreeHandColor = color;
- var FreehandDefault = GetAnnotDefault(AnnotArgsType.AnnotFreehand);
- FreehandDefault.ForgoundColor = color;
- FreehandDefault.Opacity = freeHand.Transparency;
- FreehandDefault.Thickness = freeHand.LineWidth;
- var isSolid = AnnotTransfer.IsSolidStyle(freeHand.LineDash);
- if (isSolid)
- {
- FreehandDefault.DashArray = null;
- }
- else
- {
- FreehandDefault.DashArray = new List<double>();
- foreach (var item in freeHand.LineDash.Dashes)
- {
- FreehandDefault.DashArray.Add(item);
- }
- }
- SettingHelper.SetAnnotDefaultProperty(FreehandDefault);
- }
- else if (annot is FreeTextAnnotArgs)
- {
- var freeText = annot as FreeTextAnnotArgs;
- Settings.Default.AppProperties.Annotate.TextAnnoteColor = freeText.FontColor;
- Settings.Default.AppProperties.Annotate.TextFontFamaily = freeText.FontFamily.ToString();
- Settings.Default.AppProperties.Annotate.TextAlign = freeText.Align;
- var FreeTextDefalut = GetAnnotDefault(AnnotArgsType.AnnotFreeText);
- FreeTextDefalut.ForgoundColor = freeText.FontColor;
- FreeTextDefalut.FontFamily = freeText.FontFamily.ToString();
- FreeTextDefalut.TextAlign = freeText.Align;
- FreeTextDefalut.FontSize = freeText.FontSize;
- FreeTextDefalut.FontWeight = freeText.FontWeight;
- FreeTextDefalut.FontStyle = freeText.FontStyle;
- FreeTextDefalut.BackgroundColor = freeText.BgColor;
- FreeTextDefalut.Opacity = (annot as FreeTextAnnotArgs).Transparency;
- SettingHelper.SetAnnotDefaultProperty(FreeTextDefalut);
- }
- else if (annot is StickyAnnotArgs)
- {
- var color = (annot as StickyAnnotArgs).Color;
- Settings.Default.AppProperties.Annotate.NoteAnnoteColor = color;
- var StickyDefalut = GetAnnotDefault(AnnotArgsType.AnnotSticky);
- StickyDefalut.ForgoundColor = color;
- SettingHelper.SetAnnotDefaultProperty(StickyDefalut);
- }
- else if (annot is SquareAnnotArgs)
- {
- var square = annot as SquareAnnotArgs;
- var bgColor = square.BgColor;
- Settings.Default.AppProperties.Annotate.RectangleFillColor = bgColor;
- var borderColor = square.LineColor;
- Settings.Default.AppProperties.Annotate.RectangleBorderColor = borderColor;
- var SquareDefalut = GetAnnotDefault(AnnotArgsType.AnnotSquare);
- SquareDefalut.BorderColor = borderColor;
- SquareDefalut.BackgroundColor = bgColor;
- SquareDefalut.Opacity = square.Transparency;
- SquareDefalut.Thickness = square.LineWidth;
- var isSolid = AnnotTransfer.IsSolidStyle(square.LineDash);
- if (isSolid)
- {
- SquareDefalut.DashArray = null;
- }
- else
- {
- SquareDefalut.DashArray = new List<double>();
- foreach (var item in square.LineDash.Dashes)
- {
- SquareDefalut.DashArray.Add(item);
- }
- }
- SettingHelper.SetAnnotDefaultProperty(SquareDefalut);
- }
- else if (annot is CircleAnnotArgs)
- {
- var circle = annot as CircleAnnotArgs;
- var bgColor = circle.BgColor;
- Settings.Default.AppProperties.Annotate.CircleFillColor = bgColor;
- var borderColor = circle.LineColor;
- Settings.Default.AppProperties.Annotate.CircleBorderColor = borderColor;
- var CircleDefalut = GetAnnotDefault(AnnotArgsType.AnnotCircle);
- CircleDefalut.BorderColor = borderColor;
- CircleDefalut.BackgroundColor = bgColor;
- CircleDefalut.Opacity = circle.Transparency;
- CircleDefalut.Thickness = circle.LineWidth;
- var isSolid = AnnotTransfer.IsSolidStyle(circle.LineDash);
- if (isSolid)
- {
- CircleDefalut.DashArray = null;
- }
- else
- {
- CircleDefalut.DashArray = new List<double>();
- foreach (var item in circle.LineDash.Dashes)
- {
- CircleDefalut.DashArray.Add(item);
- }
- }
- SettingHelper.SetAnnotDefaultProperty(CircleDefalut);
- }
- else if (annot is LineAnnotArgs)
- {
- var line = (annot as LineAnnotArgs);
- var color = (annot as LineAnnotArgs).LineColor;
- Settings.Default.AppProperties.Annotate.LineColor = color;
- var lineDefalut = GetAnnotDefault(AnnotArgsType.AnnotLine);
- lineDefalut.BorderColor = color;
- lineDefalut.Opacity = (annot as LineAnnotArgs).Transparency;
- lineDefalut.Thickness = (annot as LineAnnotArgs).LineWidth;
- var isSolid = AnnotTransfer.IsSolidStyle(line.LineDash);
- if (isSolid)
- {
- lineDefalut.DashArray = null;
- }
- else
- {
- lineDefalut.DashArray = new List<double>();
- foreach (var item in line.LineDash.Dashes)
- {
- lineDefalut.DashArray.Add(item);
- }
- }
- SettingHelper.SetAnnotDefaultProperty(lineDefalut);
- }
- Settings.Default.Save();
- }
- }
- }
- private DefaultAnnotProperty GetAnnotDefault(AnnotArgsType annotArgsType)
- {
- var Annot = SettingHelper.GetAnnotDefaultProperty(annotArgsType);
- if (Annot == null)
- {
- Annot = new DefaultAnnotProperty();
- Annot.AnnotToolType = annotArgsType;
- }
- return Annot;
- }
- private System.Windows.Controls.Primitives.Popup popup = null;
- //更改颜色
- private async void AnnotColorPalette_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- var item = new ColorDropBoxPop();
- item.DataContext = menu;
- item.ColorSelected -= AnnotMenu_ColorSelected;
- item.ColorSelected += AnnotMenu_ColorSelected;
- if (popup == null)
- popup = new System.Windows.Controls.Primitives.Popup();
- ContentControl window = null;
- if (PDFViewer.Parent as ContentControl != null)
- window = PDFViewer.Parent as ContentControl;
- else
- window = App.Current.MainWindow;
- popup.Child = item;
- popup.PlacementRectangle = new Rect(Mouse.GetPosition(window), new Size(item.Width, item.Height));
- popup.Placement = System.Windows.Controls.Primitives.PlacementMode.MousePoint;
- popup.PlacementTarget = window;
- popup.IsOpen = true;
- Window parentWnd = Window.GetWindow(App.Current.MainWindow);
- if (parentWnd != null)
- {
- parentWnd.MouseDown -= parentWnd_MouseDown;
- parentWnd.MouseDown += parentWnd_MouseDown;
- }
- while (popup.IsOpen)
- await Task.Delay(20);
- parentWnd.MouseDown -= parentWnd_MouseDown;
- popup = null;
- }
- }
- }
- private void parentWnd_MouseDown(object sender, MouseButtonEventArgs e)
- {
- var ui = Mouse.DirectlyOver as FrameworkElement;
- if (ui != null)
- {
- if (popup != null)
- {
- popup.IsOpen = false;
- }
- }
- }
- private void AnnotMenu_ColorSelected(object sender, Color e)
- {
- if (sender != null)
- {
- var menu = (sender as FrameworkElement).DataContext as CusMenuItem;
- if (menu == null) return;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- if (annot is FreehandAnnotArgs || annot is StickyAnnotArgs || annot is LineAnnotArgs)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- AnnotEvent?.UpdateAttrib(AnnotAttrib.Color, e);
- AnnotEvent?.UpdateAnnot();
- }
- else if (annot is FreeTextAnnotArgs)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (menu.tag.ToString() == "FontColor")
- AnnotEvent?.UpdateAttrib(AnnotAttrib.FontColor, e);
- else
- AnnotEvent?.UpdateAttrib(AnnotAttrib.FillColor, e);
- AnnotEvent?.UpdateAnnot();
- }
- else if (annot is SquareAnnotArgs || annot is CircleAnnotArgs)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (menu.tag.ToString() == "FillColor")
- AnnotEvent?.UpdateAttrib(AnnotAttrib.FillColor, e);
- else
- AnnotEvent?.UpdateAttrib(AnnotAttrib.Color, e);
- AnnotEvent?.UpdateAnnot();
- }
- else if (annot is TextHighlightAnnotArgs || annot is TextUnderlineAnnotArgs || annot is TextStrikeoutAnnotArgs)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- AnnotEvent?.UpdateAttrib(AnnotAttrib.Color, e);
- AnnotEvent?.UpdateAnnot();
- }
- }
- }
- }
- //添加笔记
- private void AnnotAddNoteText_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- PopAnnotNoteText(annot);
- }
- }
- private void PopAnnotNoteText(AnnotHandlerEventArgs annot)
- {
- if (annot != null)
- {
- AnnotationHandlerEventArgs args = new AnnotationHandlerEventArgs();
- args.ClientRect = annot.ClientRect;
- args.AnnotHandlerEventArgs = annot;
- args.PageIndex = annot.PageIndex;
- args.AnnotIndex = annot.AnnotIndex;
- args.EventType = annot.EventType;
- args.CreateTime = annot.CreateTime;
- args.UpdateTime = annot.UpdateTime;
- args.Content = annot.Content;
- args.MarkupContent = annot.MarkupContent;
- args.Author = annot.Author;
- args.Locked = annot.Locked;
- args.ReadOnly = annot.ReadOnly;
- args.FormField = annot.FormField;
- args.Document = PDFViewer.Document;
- DialogParameters value = new DialogParameters();
- value.Add(ParameterNames.Annotation, args);
- dialogs.ShowDialog(DialogNames.AddAnnotationDialog, value, e =>
- {
- if (e.Result == ButtonResult.OK && e.Parameters != null)
- {
- PDFViewer.UndoManager.CanSave = true;
- if (e.Parameters.ContainsKey(ParameterNames.Annotation) && e.Parameters.ContainsKey(ParameterNames.AnnotEvent))
- {
- AnnotationHandlerEventArgs annotation = e.Parameters.GetValue<AnnotationHandlerEventArgs>(ParameterNames.Annotation);
- //RefreshOneListItem(annotation.AnnotHandlerEventArgs);
- events.GetEvent<RefreshAnnotEvent>().Publish(new RefreshAnnotArgs() { Unicode = App.mainWindowViewModel.SelectedItem.Unicode, Annotation = annotation });
- }
- }
- });
- }
- }
- //手绘
- private void FreeHandLineStyle_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as FreehandAnnotArgs;
- if (annot != null)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (menu.tag.ToString() == "Solid")
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.LineStyle, AnnotTransfer.GetLineDashStyle(true));
- }
- else
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.LineStyle, AnnotTransfer.GetLineDashStyle(false));
- }
- AnnotEvent?.UpdateAnnot();
- }
- }
- }
- //文本
- private void FreeTextFontFamily_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- AnnotEvent?.UpdateAttrib(AnnotAttrib.FontFamily, new FontFamily(menu.tag.ToString()));
- AnnotEvent?.UpdateAnnot();
- }
- }
- }
- private void FreeTextAglin_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- var tag = menu.control.Tag;
- if (annot != null && tag != null)
- {
- var strTag = tag.ToString();
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (strTag == "Left")
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.TextAlign, TextAlignment.Left);
- }
- else if (strTag == "Center")
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.TextAlign, TextAlignment.Center);
- }
- else if (strTag == "Right")
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.TextAlign, TextAlignment.Right);
- }
- else if (strTag == "Justify")
- {
- AnnotEvent?.UpdateAttrib(AnnotAttrib.TextAlign, TextAlignment.Justify);
- }
- AnnotEvent?.UpdateAnnot();
- }
- }
- }
- //便签
- private void StrikeNoteEditStrike_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- if (annot != null)
- {
- var sticky = annot as StickyAnnotArgs;
- sticky.PopupEditWnd();
- #region 设计重新调整,阅读页空白处,右键菜单,添加链接需要显示,其他和pro mac一样的效果,不显示属性栏
- //isRightMenuAddAnnot = false;
- #endregion 设计重新调整,阅读页空白处,右键菜单,添加链接需要显示,其他和pro mac一样的效果,不显示属性栏
- }
- }
- }
- //形状
- private void ShapeLineStyle_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as AnnotHandlerEventArgs;
- var tag = menu.control.Tag;
- if (annot != null && tag != null)
- {
- var strTag = tag.ToString();
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (strTag == "Solid")
- {
- var dashStyle = AnnotTransfer.GetLineDashStyle(true);
- AnnotEvent?.UpdateAttrib(AnnotAttrib.LineStyle, dashStyle);
- }
- else
- {
- var dashStyle = AnnotTransfer.GetLineDashStyle(false);
- AnnotEvent?.UpdateAttrib(AnnotAttrib.LineStyle, dashStyle);
- }
- AnnotEvent?.UpdateAnnot();
- }
- }
- }
- private void ShapeLineDirect_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as LineAnnotArgs;
- var tag = menu.control.Tag;
- if (annot != null && tag != null)
- {
- var strTag = tag.ToString();
- var AnnotEvent = AnnotAttribEvent.GetAnnotAttribEvent(annot, annot.GetAnnotAttrib());
- if (strTag == "Ver")
- {
- annot.SetLineVertical();
- }
- else
- {
- annot.SetLineHorizontal();
- }
- }
- }
- }
- private void Link_Menu(object obj)
- {
- if (obj is CusMenuItem menuItem)
- {
- if (menuItem.Parameter is LinkAnnotArgs linkAnnotArgs)
- {
- var result = PDFViewer.RemovePageAnnot(linkAnnotArgs.PageIndex, linkAnnotArgs.AnnotIndex);
- if (result)
- {
- viewContentViewModel.SelectedPrpoertyPanel("PropertyPanelContent", null);
- bool isTabItemAnnotation = IsBOTATabItemShow(out BOTAContentViewModel bOTAContentViewModel, out BOTAContent bOTAContent, "TabItemAnnotation");
- if (isTabItemAnnotation)
- {
- AnnotationContentViewModel viewModel = GetAnnotationContentViewModel(bOTAContentViewModel, out AnnotationContent annotation);
- if (viewModel != null)
- {
- viewModel.UpdateModifiedAnnot(linkAnnotArgs.PageIndex, linkAnnotArgs.AnnotIndex, true);
- }
- }
- }
- }
- }
- }
- //图章
- private void StampExportPicture_Menu(object obj)
- {
- if (obj as CusMenuItem != null)
- {
- var menu = obj as CusMenuItem;
- var annot = menu.Parameter as StampAnnotArgs;
- if (annot != null)
- {
- Microsoft.Win32.SaveFileDialog dlg = new Microsoft.Win32.SaveFileDialog();
- var format = menu.tag.ToString();
- if (format == "PDF")
- dlg.Filter = "PDF|*.pdf";
- else
- dlg.Filter = format + "|*." + format.ToLower();
- dlg.DefaultExt = "." + menu.tag.ToString().ToLower();
- dlg.FileName = PDFViewer.Document.FileName;
- if (dlg.ShowDialog() == true)
- {
- var stampPicture = dlg.FileName;
- if (menu.tag.ToString() == "PDF")
- {
- var writeStamp = annot.GetStampDrawing();
- var tempDoc = new CPDFViewer();
- tempDoc.CreateDocument();
- if (tempDoc.Document == null)
- {
- AlertsMessage alertsMessage = new AlertsMessage();
- alertsMessage.ShowDialog("", "创建文件失败.", "OK");
- return;
- }
- byte[] buffer;
- var encoder = new PngBitmapEncoder();
- encoder.Frames.Add(BitmapFrame.Create(writeStamp));
- using (var memoryStream = new MemoryStream())
- {
- encoder.Save(memoryStream);
- buffer = memoryStream.ToArray();
- }
- tempDoc.Document.InsertPage(0, writeStamp.PixelWidth, writeStamp.PixelHeight, buffer, CPDFDocumentImageMode.CPDFDocumentImageModeScaleAspectFit);
- var result = tempDoc.Document.WriteToFilePath(dlg.FileName);
- if (result)
- {
- }
- }
- else
- {
- var writeStamp = annot.GetStampDrawing();
- using (FileStream stream5 = new FileStream(stampPicture, FileMode.Create))
- {
- PngBitmapEncoder encoder5 = new PngBitmapEncoder();
- encoder5.Frames.Add(BitmapFrame.Create(writeStamp));
- encoder5.Save(stream5);
- }
- }
- }
- }
- }
- }
- #endregion 注释右键菜单事件
- #region 快捷键
- private void ShortCut_KeyDown(object sender, KeyEventArgs e)
- {
- if (KeyEventsHelper.IsSingleKey(Key.Escape))
- {
- //BtnHandIsChecked = true;
- PDFViewer.SetMouseMode(MouseModes.PanTool);
- PDFViewer.ClearSelectAnnots();
- StrAnnotToolChecked = "";
- ShowPropertyPanel(false);
- }
- else if (KeyEventsHelper.IsModifierKey(ModifierKeys.Shift, Key.None))
- {
- //按住Shift等比缩放
- }
- AnnotToolCtrlAltKey();
- }
- /// <summary>
- /// 按下Ctrl + Alt + 序列键,响应注释工具
- /// </summary>
- private void AnnotToolCtrlAltKey()
- {
- var tuple = GetCtrlAltKey();
- if (tuple != null)
- {
- if (tuple.Item1 == Key.L)
- BtnLinkIsChecked = false;
- if(tuple.Item2 == "Eraser")
- {
- CreateEraseArgs();
- StrAnnotToolChecked = "Freehand";
- return;
- }
- AnnotHandlerEventArgs annotArgs = null;
- StrAnnotToolChecked = tuple.Item2;
- FindAnnotTypeKey(tuple.Item2, ref annotArgs);
- if (annotArgs != null)
- {
- annotArgs.Author = Settings.Default.AppProperties.Description.Author;
- PDFViewer.SetMouseMode(MouseModes.AnnotCreate);
- PDFViewer.SetToolParam(annotArgs);
- PDFViewer.ToolManager.EnableClickCreate = false;
- }
- }
- }
- private Tuple<Key, string> GetCtrlAltKey()
- {
- Dictionary<Key, bool> AnnotToolDir = new Dictionary<Key, bool>();
- AnnotToolDir.Add(Key.H, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.H));
- AnnotToolDir.Add(Key.U, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.U));
- AnnotToolDir.Add(Key.S, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.S));
- AnnotToolDir.Add(Key.P, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.P));
- AnnotToolDir.Add(Key.E, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.E));
- AnnotToolDir.Add(Key.T, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.T));
- AnnotToolDir.Add(Key.N, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.N));
- AnnotToolDir.Add(Key.R, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.R));
- AnnotToolDir.Add(Key.O, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.O));
- AnnotToolDir.Add(Key.A, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.A));
- AnnotToolDir.Add(Key.L, KeyEventsHelper.IsModifierKey(ModifierKeys.Control | ModifierKeys.Alt, Key.L));
- Key key = Key.None;
- foreach (var item in AnnotToolDir.Keys)
- {
- if (AnnotToolDir[item] == true)
- {
- key = item;
- break;
- }
- }
- if (key == Key.None)
- return null;
- var tag = "";
- if (key == Key.H || key == Key.U || key == Key.S)
- {
- var str = PDFViewer.GetSelectedText();
- if (string.IsNullOrEmpty(str) == false)
- {
- if (key == Key.H)
- tag = "HighLight";
- else if (key == Key.U)
- tag = "UnderLine";
- else if (key == Key.S)
- tag = "Strikeout";
- }
- else
- {
- return null;
- }
- }
- else
- {
- if (AnnotToolDir[Key.P])
- tag = "Freehand";
- else if (AnnotToolDir[Key.T])
- tag = "Freetext";
- else if (AnnotToolDir[Key.N])
- tag = "StickyNote";
- else if (AnnotToolDir[Key.R])
- tag = "Rect";
- else if (AnnotToolDir[Key.O])
- tag = "Circle";
- else if (AnnotToolDir[Key.A])
- tag = "Arrow";
- else if (AnnotToolDir[Key.L])
- tag = "Line";
- else if(AnnotToolDir[Key.E])
- tag = "Eraser";
- }
- if (tag == "")
- return null;
- return new Tuple<Key, string>(key, tag);
- }
- #endregion 快捷键
- #region Navigation
- public bool IsNavigationTarget(NavigationContext navigationContext)
- {
- return true;
- }
- public void OnNavigatedFrom(NavigationContext navigationContext)
- {
- StrAnnotToolChecked = "";
- UnBindingPDFViewerHandler();
- UnBindingEvent();
- }
- public void OnNavigatedTo(NavigationContext navigationContext)
- {
- navigationContext.Parameters.TryGetValue<ViewContentViewModel>(ParameterNames.ViewContentViewModel, out viewContentViewModel);
- navigationContext.Parameters.TryGetValue<CPDFViewer>(ParameterNames.PDFViewer, out PDFViewer);
- if (viewContentViewModel != null)
- {
- OpenFileInfo = viewContentViewModel.OpenFileInfo;
- }
- BindingPDFViewerHandler();
- BindingEvent();
- LoaedStickyNotePopup();
- //获取当前是否为滚动状态
- // BtnHandIsChecked = (PDFViewer.MouseMode == MouseModes.Scroll ? true : false);
- BtnHandIsChecked = false;
- HandToolIsCheckedEvent(false);
- }
- #endregion Navigation
- }
- }
|