Viscomsoft UWP PDF Viewer SDK

Methods

Methods

Public Method ExportPage

Export specific page to image file.

Public Method GetActivePages

Get the active pages.

Public Method GetZoomLevels

Get the zoom levels.

Public Method GotoPage

Jump to a specified page number.

Public Method ShowPage

It is a helper function to show a page by giving an index. It calls NextPage(), PreviousPage() or GotoPage() whichever is appropriate.

Public Method NextPage

Go to the next page.

Public Method PreviousPage

Go to the previous page.

Public Method UnlockLicense

Unlock the license.

Public Method ZoomByPinchFactor

Zoom PDF Document by specific ratio.

Public Method ZoomIn

Zoom in PDF Document.

Public Method ZoomOut

Zoom out PDF Document.

Properties 

Public Method CurrentPage

Get/Set the current page.

Public Method Document

Get/Set the PDF document object.
 

Public Method Height

Get/Set the height of display area.
 

Public Method HighlightRect

Get/Set the highlight rectangle.
 

Public Method LicenseKey

Sets the license key which unlocks the SDK from demo mode. This License key is supplied by the vendor.
 

Public Method PageCount

Get the count of the page.

Public Method TextSearch

Get the Text Search object.

Public Method View

Get/Set the view of PDF (Single Page, Two-Page facing).

Public Method Width

Get/Set the width of display area.

Public Method Zoom

Get/Set the Zoom to a specified ratio.

Public Method ZoomIndex

Get the zoom index.

Events 

Public Method PageChanged     

Occurs when the Page has changed.