New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum NamedActionType

Fields

Show the document at its actual size.

C#
ActualSize = 15

Show the location associated with a bookmark.

C#
BookmarkShowLocation = 33

Close the current document or viewer.

C#
Close = 8

Find text within the document.

C#
Find = 6

Find the currently selected bookmark.

C#
FindCurrentBookmark = 32

Perform a search operation within the document.

C#
FindSearch = 7

Navigate to the first page.

C#
FirstPage = 2

Fit the document height within the viewer.

C#
FitHeight = 18

Fit the document page within the viewer.

C#
FitPage = 16

Fit the visible content of the page within the viewer.

C#
FitVisible = 19

Fit the document width within the viewer.

C#
FitWidth = 17

Enter full-screen mode.

C#
FullScreenMode = 21

Display general information about the document.

C#
GeneralInfo = 30

Open general preferences for the viewer.

C#
GeneralPrefs = 29

Navigate back to the previous location.

C#
GoBack = 10

Navigate forward to the next location.

C#
GoForward = 11

Go to a specific page within the document.

C#
GoToPage = 9

Activate the hand tool menu item.

C#
HandMenuItem = 38

Open the help documentation for the reader.

C#
HelpReader = 36

Navigate to the last page.

C#
LastPage = 3

Navigate to the next page.

C#
NextPage = 0

Display the document in one-column layout mode.

C#
OneColumn = 14

Navigate to the previous page.

C#
PrevPage = 1

Print the current document.

C#
Print = 4

Exit the viewer application.

C#
Quit = 31

Save the current document as a new file.

C#
SaveAs = 5

Initiate a scan operation.

C#
Scan = 40

Show or hide articles within the document.

C#
ShowHideArticles = 22

Show or hide bookmarks.

C#
ShowHideBookmarks = 24

Show or hide file attachments.

C#
ShowHideFileAttachment = 23

Show or hide the model tree.

C#
ShowHideModelTree = 26

Show or hide optional content.

C#
ShowHideOptCont = 25

Show or hide digital signatures.

C#
ShowHideSignatures = 28

Show or hide page thumbnails.

C#
ShowHideThumbnails = 27

Display the document in single-page view mode.

C#
SinglePage = 12

Display the document in two-column layout mode.

C#
TwoColumns = 37

Display the document in two-page view mode.

C#
TwoPages = 13

Activate the zoom drag tool menu item.

C#
ZoomDragMenuItem = 39

Zoom to a specified level.

C#
ZoomTo = 20

Zoom in the view.

C#
ZoomViewIn = 34

Zoom out the view.

C#
ZoomViewOut = 35