Enum
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:

cs-api-definition
public enum NamedActionType

Fields

ActualSize

Show the document at its actual size.

Declaration

cs-api-definition
ActualSize = 15

Field Value

NamedActionType

BookmarkShowLocation

Show the location associated with a bookmark.

Declaration

cs-api-definition
BookmarkShowLocation = 33

Field Value

NamedActionType

Close

Close the current document or viewer.

Declaration

cs-api-definition
Close = 8

Field Value

NamedActionType

Find

Find text within the document.

Declaration

cs-api-definition
Find = 6

Field Value

NamedActionType

FindCurrentBookmark

Find the currently selected bookmark.

Declaration

cs-api-definition
FindCurrentBookmark = 32

Field Value

NamedActionType

FindSearch

Perform a search operation within the document.

Declaration

cs-api-definition
FindSearch = 7

Field Value

NamedActionType

FirstPage

Navigate to the first page.

Declaration

cs-api-definition
FirstPage = 2

Field Value

NamedActionType

FitHeight

Fit the document height within the viewer.

Declaration

cs-api-definition
FitHeight = 18

Field Value

NamedActionType

FitPage

Fit the document page within the viewer.

Declaration

cs-api-definition
FitPage = 16

Field Value

NamedActionType

FitVisible

Fit the visible content of the page within the viewer.

Declaration

cs-api-definition
FitVisible = 19

Field Value

NamedActionType

FitWidth

Fit the document width within the viewer.

Declaration

cs-api-definition
FitWidth = 17

Field Value

NamedActionType

FullScreenMode

Enter full-screen mode.

Declaration

cs-api-definition
FullScreenMode = 21

Field Value

NamedActionType

GeneralInfo

Display general information about the document.

Declaration

cs-api-definition
GeneralInfo = 30

Field Value

NamedActionType

GeneralPrefs

Open general preferences for the viewer.

Declaration

cs-api-definition
GeneralPrefs = 29

Field Value

NamedActionType

GoBack

Navigate back to the previous location.

Declaration

cs-api-definition
GoBack = 10

Field Value

NamedActionType

GoForward

Navigate forward to the next location.

Declaration

cs-api-definition
GoForward = 11

Field Value

NamedActionType

GoToPage

Go to a specific page within the document.

Declaration

cs-api-definition
GoToPage = 9

Field Value

NamedActionType

HandMenuItem

Activate the hand tool menu item.

Declaration

cs-api-definition
HandMenuItem = 38

Field Value

NamedActionType

HelpReader

Open the help documentation for the reader.

Declaration

cs-api-definition
HelpReader = 36

Field Value

NamedActionType

LastPage

Navigate to the last page.

Declaration

cs-api-definition
LastPage = 3

Field Value

NamedActionType

NextPage

Navigate to the next page.

Declaration

cs-api-definition
NextPage = 0

Field Value

NamedActionType

OneColumn

Display the document in one-column layout mode.

Declaration

cs-api-definition
OneColumn = 14

Field Value

NamedActionType

PrevPage

Navigate to the previous page.

Declaration

cs-api-definition
PrevPage = 1

Field Value

NamedActionType

Print

Print the current document.

Declaration

cs-api-definition
Print = 4

Field Value

NamedActionType

Quit

Exit the viewer application.

Declaration

cs-api-definition
Quit = 31

Field Value

NamedActionType

SaveAs

Save the current document as a new file.

Declaration

cs-api-definition
SaveAs = 5

Field Value

NamedActionType

Scan

Initiate a scan operation.

Declaration

cs-api-definition
Scan = 40

Field Value

NamedActionType

ShowHideArticles

Show or hide articles within the document.

Declaration

cs-api-definition
ShowHideArticles = 22

Field Value

NamedActionType

ShowHideBookmarks

Show or hide bookmarks.

Declaration

cs-api-definition
ShowHideBookmarks = 24

Field Value

NamedActionType

ShowHideFileAttachment

Show or hide file attachments.

Declaration

cs-api-definition
ShowHideFileAttachment = 23

Field Value

NamedActionType

ShowHideModelTree

Show or hide the model tree.

Declaration

cs-api-definition
ShowHideModelTree = 26

Field Value

NamedActionType

ShowHideOptCont

Show or hide optional content.

Declaration

cs-api-definition
ShowHideOptCont = 25

Field Value

NamedActionType

ShowHideSignatures

Show or hide digital signatures.

Declaration

cs-api-definition
ShowHideSignatures = 28

Field Value

NamedActionType

ShowHideThumbnails

Show or hide page thumbnails.

Declaration

cs-api-definition
ShowHideThumbnails = 27

Field Value

NamedActionType

SinglePage

Display the document in single-page view mode.

Declaration

cs-api-definition
SinglePage = 12

Field Value

NamedActionType

TwoColumns

Display the document in two-column layout mode.

Declaration

cs-api-definition
TwoColumns = 37

Field Value

NamedActionType

TwoPages

Display the document in two-page view mode.

Declaration

cs-api-definition
TwoPages = 13

Field Value

NamedActionType

ZoomDragMenuItem

Activate the zoom drag tool menu item.

Declaration

cs-api-definition
ZoomDragMenuItem = 39

Field Value

NamedActionType

ZoomTo

Zoom to a specified level.

Declaration

cs-api-definition
ZoomTo = 20

Field Value

NamedActionType

ZoomViewIn

Zoom in the view.

Declaration

cs-api-definition
ZoomViewIn = 34

Field Value

NamedActionType

ZoomViewOut

Zoom out the view.

Declaration

cs-api-definition
ZoomViewOut = 35

Field Value

NamedActionType