Viscomsoft UWP PDF Viewer SDK

IDocument Object Member

Methods

Public Method ApplyPasswordAsync

Apply the password when open password protected PDF file.

Public Method CloseAsync

Close the document.

Public Method GetTextAsync

Get the text from the document.

Public Method LoadPage

Load Page for blocking calls

Public Method LoadPageAsync

Load Page for non-blocking calls.

Public Method OpenAsync

Open document.

Public Method SaveTextAsync

Export the text to text file from PDF document.

Public Method UnloadPage

Unload the Page for blocking calls.

Public Method UnLoadPageAsync

Unload the Page for non-blocking calls.

Properties 

Public Method Created

Return the date and time the document was created.

Public Method DefaultPageSize

Get the default page size.

Public Method FileName

Get the file name of the document.

Public Method FilePath

Get the file path of the document.

Public Method FileSize

Get the file size of the document.
 

Public Method IsPDF

Return true if it is PDF document.
 

Public Method IsTIFF

Return true if it is TIFF document.
 

Public Method Modified

Return the date and time the document was most recently modified.
 

Public Method PageCount

Get the total count of the page.

Public Method PageSize

Get the page size of the document.

Public Method Producer

Get the producer of the document.

Public Method RequiresPassword

Return true if the PDF document need user password.

Public Method Version

Get the version of the PDF document.