Viscomsoft UWP PDF Viewer SDK

PDFDisplayManager.UnlockLicense Method

 

The license of UWP PDF Viewer SDK is no runtime cost, but it will count for development computer and application. If you want to using UWP PDF Viewer SDK in more than one application. You need call UnlockLicense method in old project first. If unlocked the license, you will see the message box "Unlock license Succeeded, You can close this project now".
 
 C#

public async void UnlockLicense()

 


No Parameter

Namespace: Viscomsoft.UWP.PDFViewerSDK;

No Return Value

Example

   

[C# Syntax] 
using Viscomsoft.UWP.PDFViewerSDK;  

    _pdfDisplayManager = new PDFDisplayManager();

    await _pdfDisplayManager.UnlockLicense();