Some test text!
UWP / Changelog / v9.0.0.77701
Version: 9.0.0.77701
Release Date: May 5, 2021
This release of Apryse's Tools SDK for UWP adds the following new dependencies:
Declaration | |
---|---|
From: | AnnotationList._ViewModel |
To: | AnnotationList.ViewModel |
Multi-selection Lasso Tool allows to precisely select different objects on a PDF page
Now it is possible to add Hyperlinks and GoTo Page action to the selected text
Now the Apryse's UWP Tools SDK supports 6 new languages: German, Italian, French, Portuguese, Spanish, and Simplified Chinese
The code snippet below demonstrate how to set the language in the UWP App's constructor:
public App()
{
InitializeComponent();
// Set language to Simplified Chinese
Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = "zh-CN";
}
New enum: ExternalAnnotManagerMode
New Methods
PDFDoc.AppendTextDiff(Page^, Page^)
PDFDoc.AppendTextDiff(PDFDoc^, PDFDoc^)
PDFViewCtrl.GetScrollViewer()
PDFViewCtrl.CanUndo()
PDFViewCtrl.CanRedo()
PDFViewCtrl.EnableExternalAnnotManager(String, ExternalAnnotManagerMode)
OfficeToPDFOptions.GetApplyPageBreaksToSheet()
OfficeToPDFOptions.SetApplyPageBreaksToSheet()
OfficeToPDFOptions.GetExcelMaxAllowedCellCount()
OfficeToPDFOptions.SetExcelMaxAllowedCellCount()
OfficeToPDFOptions.GetTemplateParamsJson()
OfficeToPDFOptions.SetTemplateParamsJson()
OfficeToPDFOptions.GetDisplayChangeTracking()
OfficeToPDFOptions.SetDisplayChangeTracking()
OfficeToPDFOptions.GetLocale()
OfficeToPDFOptions.SetLocale(String)
New enum: PaperType
New class: GridLengthToDoubleConverter
New class: LightColorToThicknessConverter
New class: PaperTypeHolder
New class: LassoCreate
New class: PasswordCancelCommand
New class: PasswordChangedCommand
New class: PasswordEnteredCommand
New class: PasswordKeyDownCommand
New class: PasswordKeyUpCommand
New class: FlipViewIndicator
New class: TextLinkDialog
New interface: IPasswordUserControl
New class: PdfPasswordUserControl
New class: PdfPasswordViewModel
New class: TextLinkViewModel
New class: DataProtection
New class: DispatcherTaskExtensions
static async Task<T> RunTaskAsync<T>(CoreDispatcher, Func<Task<T>>, CoreDispatcherPriority)
static async Task RunTaskAsync(CoreDispatcher, Func<Task>, CoreDispatcherPriority)
New class: AppCenterHandlerBase
public virtual void SendEvent(string)
public virtual void SendEvent(string, IDictionary<string,string>)
public virtual void SendEvent(ToolType, IDictionary<string,string>)
New class: PDFDocCreator
static PDFDoc Create(PaperType, double, double, int)
New Methods
SignagureDialog.SignatureDialog(bool)
New Properties
AnnotationCommandBar.InkMultiStroke
TabControlViewModel.TabViewWidthMode
ViewerSettings.SaveCopyExplained
ViewerSettings.RedactionExplained
ViewerSettings.TabScrolling
ViewerSettings.SignatureFullScreenOption
ToolManager.IsSignatureDialogFullScreen
AnnotationToolbarBase.IsLassoToolButtonVisible
AnnotationToolbarViewMode.IsLassoToolButtonVisible
New language resources
Portuguese
strings\pt-BR\Printing.resw
strings\pt-BR\Resources.resw
French
strings\fr-FR\Printing.resw
strings\fr-FR\Resources.resw
Chinese
strings\zh-CN\Printing.resw
strings\zh-CN\Resources.resw
German
strings\de-DE\Printing.resw
strings\de-DE\Resources.resw
Spanish
strings\es-ES\Printing.resw
strings\es-ES\Resources.resw
Italian
strings\it-IT\Printing.resw
strings\it-IT\Resources.resw
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales