Enum NamedActionType
Represents the named action types.
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum NamedActionType
ActualSize
Show the document at its actual size.
BookmarkShowLocation
Show the location associated with a bookmark.
Close
Close the current document or viewer.
Find
Find text within the document.
FindCurrentBookmark
Find the currently selected bookmark.
FindSearch
Perform a search operation within the document.
FirstPage
Go to the first page of the document.
FitHeight
Fit the document height within the viewer.
FitPage
Fit the document page within the viewer.
FitVisible
Fit the visible content of the page within the viewer.
FitWidth
Fit the document width within the viewer.
FullScreenMode
Enter full-screen mode.
GeneralInfo
Display general information about the document.
GeneralPrefs
Open general preferences for the viewer.
GoBack
Navigate back to the previous location.
GoForward
Navigate forward to the next location.
GoToPage
Go to a specific page within the document.
HandMenuItem
Activate the hand tool menu item.
HelpReader
Open the help documentation for the reader.
LastPage
Go to the last page of the document.
NextPage
Go to the next page of the document.
OneColumn
Display the document in one-column layout mode.
PrevPage
Go to the previous page of the document.
Print the current document.
Quit
Exit the viewer application.
SaveAs
Save the current document as a new file.
Scan
Initiate a scan operation.
ShowHideArticles
Show or hide articles within the document.
ShowHideBookmarks
Show or hide bookmarks.
ShowHideFileAttachment
Show or hide file attachments.
ShowHideModelTree
Show or hide the model tree.
ShowHideOptCont
Show or hide optional content.
ShowHideSignatures
Show or hide digital signatures.
ShowHideThumbnails
Show or hide page thumbnails.
SinglePage
Display the document in single-page view mode.
TwoColumns
Display the document in two-column layout mode.
TwoPages
Display the document in two-page view mode.
ZoomDragMenuItem
Activate the zoom drag tool menu item.
ZoomTo
Zoom to a specified level.
ZoomViewIn
Zoom in the view.
ZoomViewOut
Zoom out the view.