Viscomsoft UWP PDF Viewer SDKObjectIPageMethods LoadAsync Viscomsoft UWP PDF Viewer SDK IPage.LoadAsync Method Load specific page for blocking calls. Normally you do not need use this method. C# public Task LoadAsync(int pageNumber) Parameterpagenumber - the page number.Namespace: Viscomsoft.UWP.PDFViewerSDK;No Return ValueExample [C# Syntax] using Viscomsoft.UWP.PDFViewerSDK; IPage page = new IPage();await page.LoadAsync(pageNumber);