Click or drag to resize

ViewerManager Methods

The ViewerManager type exposes the following members.

Methods
  NameDescription
Public methodAddMarkup
Add file with markup compatible with Brava and associate it with specified document version. STEPS: 1. Create markup and associate with file and with document 2. Commit file creation. 3. Return markup id.
Public methodAddNotifications
Adds viewer notifications to queue
Public methodAddWatermarkTemplate
Creates global watermark template.
Public methodAddWebMarkup
Add file with markup compatible with DocuVieware and associate it with specified document version. STEPS: 1. Create markup and associate with file and with document 2. Commit file creation. 3. Return markup id.
Public methodCheckMarkupPermissions
Checks whether user can open markups of specified type for specific document version.
Public methodCheckOpenMarkupPermissions
Checks whether user can open or edit markups of specified type for specific document version.
Public methodDeleteWatermarkTemplate
Deletes selected watermark template.
Public methodGetActiveWatermarkTemplates
Returns list of active global watermark templates.
Public methodGetAnnotationPreset
Returns details of selected annotation preset.
Public methodGetAnnotationPresets
Returns list of public and current user's annotation presets.
Public methodGetAnnotationTextProcessed
Returns passed value with processed tags for selected document.
Public methodGetAvailableFonts
Get list of installed fonts on the server.
Public methodGetMarkup
Retrieve information asociated with markup.
Public methodGetMarkups
Return markups for specified document versions. STEPS: 1. Get markups associated with specified document versions and return them
Public methodGetMarkupToken
Create a token for a file associated with specified markup. STEPS: 1. Get file id of the markup 2. Lock it when for edit 3. Create a token and return it
Public methodGetSystemAnnotationDefaults
Returns system default values of properties of selected annotation type.
Public methodGetWatermarkReport
Returns filtered list of global watermark templates.
Public methodGetWatermarkTemplate
Returns selected global watermark template.
Public methodGetWatermarkTemplates
Returns list of all global watermark templates.
Public methodLockMarkup
Lock markup file for editing. STEPS: 1. Lock markup file
Public methodLogPrintedAction
Logging document print action to document usage log
Public methodRemoveMarkup
Remove specified markup. STEPS: 1. Get file id associated with markup 2. Remove markup 3. Remove file
Public methodUnlockMarkup
Unlock markup file. STEPS: 1. Unlock markup file
Public methodUpdateMarkup
Update markup file. STEPS: 1. Get previus file id and update with a new one 2. Remove previous markup file 3. Commit the new one
Public methodUpdateWatermarkTemplate
Updates global watermark template.
Top
Extension Methods
See Also