The following tables list the members exposed by DocumentViewerCommands.
Public Methods
Name | Description | |
---|---|---|
= | Enable/Disable anti-alias rendering for annotations command "Annotations.AntiAlias" | |
= | Bring the selected annotation objects to the front of the z-order command "Annotations.BringToFirst" | |
= | Bring the selected annotation objects up in the z-order command "Annotations.BringToFront" | |
= | Un-select all annotation objects in the page command "Annotations.ClearSelection" | |
= | Copy selected annotation objects to the clipboard command "Annotations.Copy" | |
= | Cut selected annotation objects to the clipboard command "Annotations.Cut" | |
= | Delete selected annotation objects command "Annotations.Delete" | |
= | Enable/Disable firing the tooltip annotation event command "Annotations.EnableToolTips" | |
= | Flip the selected annotation objects vertically command "Annotations.Flip" | |
= | Group the selected annotation objects command "Annotations.Group" | |
= | Lock the selected annotation objects with a password command "Annotations.Lock" | |
= | Paste annotation objects from the clipboard command "Annotations.Paste" | |
= | Show the properties dialog for the selected annotation objects command "Annotations.Properties" | |
= | Redo last annotations operation command "Annotations.Redo" | |
= | Enable/Disable rendering the annotations on the thumbnails command "Annotations.RenderOnThumbnails" | |
= | Reset the rotation points location of the selected annotation objects command "Annotations.ResetRotatePoints" | |
= | Flip the selected annotation objects horizontally command "Annotations.Reverse" | |
= | Select all annotation objects in the page command "Annotations.SelectAll" | |
= | Send the selected annotation objects down in the z-order command "Annotations.SendToBack" | |
= | Send the selected annotation objects to the back of the z-order command "Annotations.SendToLast" | |
= | Undo last annotations operation command "Annotations.Undo" | |
= | Ungroup the selected annotation objects command "Annotations.Ungroup" | |
= | Unlock the selected selected annotation objects with a password command "Annotations.Unlock" | |
= | Set annotation user mode to design command "Annotations.UserModeDesign" | |
= | Set annotation user mode to render command "Annotations.UserModeRender" | |
= | Set annotation user mode to run command "Annotations.UserModeRun" | |
= | Enable/Disable showing the annotation rotation thumbs command "Annotations.UseRotateThumbs" | |
= | Enable/Disable auto pan interactive command "Interactive.AutoPan" | |
= | Set interactive mode to magnify glass command "Interactive.MagnifyGlass" | |
= | Set interactive mode to pan command "Interactive.Pan" | |
= | Set interactive mode to pan zoom command "Interactive.PanZoom" | |
= | Set interactive mode to the generic rubber band command "Interactive.RubberBand" | |
= | Set interactive mode to select text command "Interactive.SelectText" | |
= | Set interactive mode to zoom command "Interactive.Zoom" | |
= | Set interactive mode to zoom to command "Interactive.ZoomTo" | |
= | Set view layout to double vertical command "Layout.Double" | |
= | Set view layout to horizontal command "Layout.Horizontal" | |
= | Set view layout to single command "Layout.Single" | |
= | Set view layout to vertical command "Layout.Vertical" | |
= | Go to first page command "Page.First" | |
= | Go to a specific page command "Page.GoTo" | |
= | Go to last page command "Page.Last" | |
= | Go to next page command "Page.Next" | |
= | Go to previous page command "Page.Previous" | |
= | Clear text selection command "Text.ClearSelection" | |
= | Copy selected text command "Text.Copy" | |
= | Export the text command "Text.Export" | |
= | Find next occurance of text command "Text.FindNext" | |
= | Find previous occurance of text command "Text.FindPrevious" | |
= | Get the text for page(s) from the document command "Text.Get" | |
= | Select all text command "Text.SelectAll" | |
= | Show actual size in the view command "View.ActualSize" | |
= | Fit the view by page command "View.FitPage" | |
= | Fit the view by page width command "View.FitWidth" | |
= | Set the view item type command "View.ItemType" | |
= | Rotate the view clockwise by 90 degrees command "View.RotateClockwise" | |
= | Rotate the view counter clockwise by 90 degrees command "View.RotateCounterClockwise" | |
= | Zoom the view in command "View.ZoomIn" | |
= | Zoom the view out command "View.ZoomOut" | |
= | Zoom the view by a percentage command "View.ZoomPercentage" | |
canRun | Checks if a command can run with the specified optional value. | |
getCommand | Command with the specified name. | |
isSlow | Checks if running a command will be slow with the specified value. | |
run | Runs a command with the specified value. |
Public Properties
Name | Description | |
---|---|---|
documentViewer | Owner document viewer. |