NamedActionType
Predefined operations available to NamedAction for common PDF viewer behaviors.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public enum NamedActionType
Fields
Show the document at its actual size.
ActualSize = 15
Show the location associated with a bookmark.
BookmarkShowLocation = 33
Close the current document or viewer.
Close = 8
Find text within the document.
Find = 6
Find the currently selected bookmark.
FindCurrentBookmark = 32
Perform a search operation within the document.
FindSearch = 7
Navigate to the first page.
FirstPage = 2
Fit the document height within the viewer.
FitHeight = 18
Fit the document page within the viewer.
FitPage = 16
Fit the visible content of the page within the viewer.
FitVisible = 19
Fit the document width within the viewer.
FitWidth = 17
Enter full-screen mode.
FullScreenMode = 21
Display general information about the document.
GeneralInfo = 30
Open general preferences for the viewer.
GeneralPrefs = 29
Navigate back to the previous location.
GoBack = 10
Navigate forward to the next location.
GoForward = 11
Go to a specific page within the document.
GoToPage = 9
Activate the hand tool menu item.
HandMenuItem = 38
Open the help documentation for the reader.
HelpReader = 36
Navigate to the last page.
LastPage = 3
Navigate to the next page.
NextPage = 0
Display the document in one-column layout mode.
OneColumn = 14
Navigate to the previous page.
PrevPage = 1
Print the current document.
Print = 4
Exit the viewer application.
Quit = 31
Save the current document as a new file.
SaveAs = 5
Initiate a scan operation.
Scan = 40
Show or hide articles within the document.
ShowHideArticles = 22
Show or hide bookmarks.
ShowHideBookmarks = 24
Show or hide file attachments.
ShowHideFileAttachment = 23
Show or hide the model tree.
ShowHideModelTree = 26
Show or hide optional content.
ShowHideOptCont = 25
Show or hide digital signatures.
ShowHideSignatures = 28
Show or hide page thumbnails.
ShowHideThumbnails = 27
Display the document in single-page view mode.
SinglePage = 12
Display the document in two-column layout mode.
TwoColumns = 37
Display the document in two-page view mode.
TwoPages = 13
Activate the zoom drag tool menu item.
ZoomDragMenuItem = 39
Zoom to a specified level.
ZoomTo = 20
Zoom in the view.
ZoomViewIn = 34
Zoom out the view.
ZoomViewOut = 35