Version 10
Version 9
Version 8
Version 7
Version 6
Version: 9.0.2.77903
Release Date: August 11th, 2021
Declaration | |
---|---|
From: | ViewerControl.ShowAnnotationToolbarButton |
To: | ViewerControl.ShowEditOption |
Declaration | |
---|---|
From: | ViewerViewModel.IsTextSearchVisible |
To: | ViewerViewModel.IsTextSearchButtonVisible |
Document tabs can now be re-ordered by simply dragging and dropping them
Ability to open multiple app's windows with a custom control, in the example below to view and annotate a PDF
The creation of new Windows can be done by using the MultiWindowManager
When the main app is close it should handle the closing of any extra window created by calling await MultiWindowManager.Instance.CloseAllChildWindowsAsync()
Now it is possible to sync page while scrolling which is usefull when manually comparing documents with different zoom levels
Clicking on the PDF with the right click of the mouse will now bring the context menu for quick annotation
ContentDialog
instead of MessageDialog
with better UXNew Methods
void Convert.ToEpub(PDFDoc, String)
IAsyncAction Convert.ToEpubAsync(PDFDoc, String)
New Properties
bool ToolManager.ShowDefaultSignature
bool SignatureDialog.ShowDefaultSignatures
bool ViewerControl.ShowMultiWindowOption
bool ViewerControl.ShowOutlineOption
bool ViewerControl.ShowViewModeOption
bool ViewerControl.ShowSeeMoreOption
bool ViewerControl.ShowSidePanelThumbnails
bool ViewerControl.ShowSidePanelBookmarks
bool ViewerControl.ShowSidePanelOutline
bool ViewerControl.ShowSidePanelAnnotations
bool ViewerControl.ShowAddTabButton
bool ViewerControl.ShowCloseTabButton
bool ViewerControl.ReadOnlyMode
bool ViewerControl.ShowBackButton
bool ViewerControl.IsDeactivationOnNavigationEnabled
bool ViewerControl.IsForceGoBackAllowed
bool ViewerControl.IsTabReorderEnabled
bool ViewerViewModel.IsMultiWindowEnabled
bool ViewerViewModel.IsMultiWindowVisible
bool ViewerViewModel.IsMultiWindowSubVisible
bool ViewerViewModel.IsMultiWindowActive
bool ViewerViewModel.IsEditButtonEnabled
bool ViewerViewModel.IsOutlineButtonVisible
bool ViewerViewModel.IsOutlineButtonEnabled
bool ViewerViewModel.IsPivotItemThumbnailsEnabled
bool ViewerViewModel.IsPivotItemBookmarksEnabled
bool ViewerViewModel.IsPivotItemOutlineEnabled
bool ViewerViewModel.IsPivotItemAnnotationsEnabled
bool ViewerViewModel.IsTextSearchButtonVisible
bool ViewerViewModel.IsTextSearchButtonEnabled
bool ViewerViewModel.IsViewModeButtonVisible
bool ViewerViewModel.IsViewModeButtonEnabled
bool ViewerViewModel.IsSeeMoreButtonVisible
bool ViewerViewModel.IsSeeMoreButtonEnabled
bool ViewerViewModel.IsAddTabButtonEnabled
bool ViewerViewModel.IsCloseTabButtonEnabled
bool ViewerViewModel.IsReadOnlyModeEnabled
bool ViewerViewModel.KeepOpenedTabs
bool ViewerViewModel.IsDeactivationOnBackNavigationEnabled
bool ViewerViewModel.IsForceGoBackAllowed
bool ViewerViewModel.IsTabReorderEnabled
bool TabControlViewModel.IsAddTabButtonVisible
bool TabControlViewModel.IsAddTabButtonEnabled
bool TabControlViewModel.KeepOpenedTabs
bool TabControlViewModel..IsTabReorderEnabled
bool PdfViewCtrlTabInfo.IsCloseTabButtonVisible
bool PdfViewCtrlTabInfo.IsCloseTabButtonEnabled
bool PdfCompareViewModel.SyncPage
bool OutlineDialogViewModel.IsPivotItemThumbnailsEnabled
bool OutlineDialogViewModel.IsPivotItemBookmarksEnabled
bool OutlineDialogViewModel.IsPivotItemOutlineEnabled
bool OutlineDialogViewModel.IsPivotItemAnnotationsEnabled
CoreApplicationView Tool.CurrentView
New Methods
static Brush ResourceHandler.GetColorFromToolPalette(string)
void Pan.CreateCommandMenu(UIPoint)
void AnnotEdit.SelectAnnotation(IAnnot, int)
void ToolManager.SelectAnnotation(IAnnot, int)
async Task ViewerViewModel.MultiWindowImpl(object)
void CheckerGrid.SetFillColorOnThreadSafe(Rectangle, bool)
ContentDialog DocumentCreationViewModelBase.GetErrorContentDialog()
void ViewerControl.HandleCommandBarInteraction(RightTappedRoutedEventArgs)
async void PDFViewCtrlTabButtonControl.TabViewControl_TabDragCompleted(TabView, TabViewTabDragCompletedEventArgs)
void PDFViewCtrlTabButtonControl.PDFViewCtrlTabButtonControl_DataContextChanged(FrameworkElement, DataContextChangedEventArgs)
void PDFViewCtrlTabButtonControl.TabViewControl_TabDragStarting(TabView, TabViewTabDragCompletedEventArgs)
New class: MultiWindowManager
int MultiWindowManager.OpenedWindowsCount
void MultiWindowManager.TrackWindow(int)
async Task<MultiWindowCreationResult> MultiWindowManager.TryCreateNewWindowAsync(System.Type)
bool MultiWindowManager.UntrackWindowById(int)
async Task<bool> MultiWindowManager.CloseWindowByIdAsync(int)
async Task MultiWindowManager.CloseAllChildWindowsAsync()
async Task MultiWindowManager.SwitchWindowByIdAsync(int)
New class: MultiWindowCreationResult
int MultiWindowCreationResult.AppViewId
bool MultiWindowCreationResult.IsWindowCreated
New interface: IMultiWindowUserControl
New Converters
New UserControl: NewWindowPage
New language resources
Japanese
string\ja-jp\Printing.resw
string\ja-jp\Resources.resw
Removed Methods
FindTextViewModel.FocusTextSearchAsync()
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales