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)

 


Parameter
pagenumber - the page number.

Namespace: Viscomsoft.UWP.PDFViewerSDK;

No Return Value


Example

   

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

 IPage page = new IPage();
 page.Load(pageNumber));