Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

DocumentViewerOperation Enumeration






Indicates a document viewer operation.
Syntax
public enum DocumentViewerOperation : System.Enum 
'Declaration
 
Public Enum DocumentViewerOperation 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentViewerOperation
public enum class DocumentViewerOperation : public System.Enum 
Members
ValueMemberDescription
0x00000000SetDocument A new document has been set using SetDocument
0x00000001LoadingThumbnails DocumentViewerThumbnails is loading the thumbnails in a background thread
0x00000002GetThumbnail DocumentViewerThumbnails is getting the thumbnail of an image in a background thread
0x00000003LoadingPages Not used.
0x00000004GetPage DocumentViewerView is getting the image data of a page in the a background thread
0x00000005RunCommand DocumentViewerCommands is running a command
0x00000006GotoPage GotoPage has been invoked directly or as a result of user interface interaction
0x00000007ItemTypeChanged ItemType has been changed from the previous value due to the IsSvgViewingPreferred value of the new document set in the viewer
0x00000008GetText DocumentViewerText is getting the DocumentPageText for a page
0x00000009PageTextSelectionChanged DocumentViewerText is modifying the selected text of a page
0x0000000ATextSelectionChanged DocumentViewerText is modifying the selected text of the whole document
0x0000000BRenderItemPlaceholder DocumentViewerView virtualizer is rendering the place holder of a page that does not have its image data fetched
0x0000000CRenderSelectedText DocumentViewerText is hilighting the selected text on View.ImageViewer
0x0000000DGotoBookmark GotoBookmark has been invoked directly or as a result of user interface interaction
0x0000000ERunLink DocumentViewerPageLinksInteractiveMode indicates that the user has clicked a link using the mouse or touch
0x0000000FLoadingAnnotations DocumentViewerAnnotations is loading annotation containers of the document in a background thread
0x00000010GetAnnotations DocumentViewerAnnotations is getting the annotation container of a page using GetAnnotations in a background thread
0x00000011CreateAutomation DocumentViewerAnnotations has finished loading all the annotation containers in the background and the application should create the annotations automation system and update the user interface
0x00000012DestroyAutomation DocumentViewerAnnotations no longer requires annotations automation system and the user should delete and update the user interface
0x00000013AutomationStateChanged DocumentViewerAnnotations has changed the state of the automation. For example, UserMode or CurrentDesigner
0x00000014SelectedTextToReviewObject SelectedTextToReviewObject has been called either directly or as the result of the user drawing a new annotation AnnTextReviewObject on a page
0x00000015LoadingBookmarks DocumentViewerBookmarks is parsing the document structure and loading its bookmarks using DocumentStructure
0x00000016HoverLink DocumentViewerPageLinksInteractiveMode indicates that the user has hovered over (entered) or out of (left) a link area using the mouse
Remarks

DocumentViewer fires the Operation event before and after it performs any operation to allow the user to monitor, modify or abort the action as well as update the application state when an operation is run.

Refer to Document Viewer Operations for more information.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.UI.DocumentViewerOperation

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents.UI Namespace

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features