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