The PdfWebControlApi Class exposes the following methods.

Methods

NameDescription
addEventListener MethodAttach an event listener to PdfWebControl.
download MethodDownload PdfWebControl document.
getHasUnsavedChanges MethodGet a value representing whether the PdfWebControl document contains unsaved changes.
getKey MethodGet the document key of PdfWebControl.
getPage MethodGet the specified page of the PdfWebControl document.
getPageCount MethodGet the number of pages in the PdfWebControl document.
getPageViewed MethodGet the currently viewed page in the PdfWebControl document.
getView MethodGet the current view state of the PdfWebControl.
print MethodShow print dialog for PdfWebControl document.
refresh MethodRefresh the PdfWebControl viewer.
restorePages MethodRestore original page locations in PdfWebControl document.
save MethodSave PdfWebControl contents.
saveAndWait MethodSave PdfWebControl contents and wait for completion.
searchText MethodSearch PDF text.
setMode MethodSet the current client mode for the PdfWebControl.
setView MethodSet PdfWebControl document's current view state (e.g. goto page, zoom to, etc).
showInformationDialog MethodShow the document information dialog for the loaded document.
showSecurityDialog MethodShow the document security settings dialog for the loaded document.
unselectAll MethodUnselect all selected objects in the loaded document.
validateForm MethodCheck that all required form fields are completed in the loaded document.

See Also

Other Resources