Enum PredefinedAction

PredefinedAction enumeration

Defines different actions which can be triggered from a PDF file.

public enum PredefinedAction

Values

NameValueDescription
FirstPage0A named action to go to the first page.
LastPage1A named action to go to the last page.
NextPage2A named action to go to the next page.
PrevPage3A named action to go to the previous page.
PrintDialog4A named action to open a print dialog (JavaScript).
Print5A named action to open a print dialog.
Bookmarks_ExpanCurrentBookmark6A named action to find current bookmark.
Bookmarks_HightlightCurrentBookmark7A named action to highlight current bookmark.
Document_AttachFile8A named action to add file attachment.
Document_CropPages9A named action to crop document pages.
Document_DeletePages10A named action to delete document pages.
Document_ExtractPages11A named action to exctract document pages.
Document_InsertPages12A named action to insert pages from a document.
Document_ReplacePages13A named action to replace document pages.
Document_RotatePages14A named action to rotate document pages.
Edit_CheckSpelling_InComFieldEdit15A named action to check spelling in comments.
Edit_Find16A named action to find.
Edit_Preferences17A named action to edit preferences.
Edit_Search18A named action for searching.
File_AttachToEmail19A named action for attaching current pdf document into email message.
File_Close20A named action to close the document.
File_CreatePDF_FromScanner21A named action to create pdf document from scanner.
File_CreatePDF_FromWebPage22A named action to create pdf document from web page.
File_Exit23A named action to exit pdf reader.
File_Organizer_OpenOrganizer24A named action to open organizer.
File_Print25A named action to print the document.
File_Properties26A named action to open the document properties.
File_SaveAs27A named action to save the document with another name.
Miscellaneous_ZoomIn28A named action to zoom in the document.
Miscellaneous_ZoomOut29A named action to zoom out the document.
PageImages_PrintPages30A named action to print the document pages.
View_GoTo_NextView31A named action to go to the next view.
View_GoTo_Page32A named action to go to the certain page.
View_GoTo_PreDocument33A named action to go to the previous document.
View_GoTo_PreView34A named action to go to the previous view.
View_NavigationPanels_Articles35A named action to show/hide articles panel.
View_NavigationPanels_Attachments36A named action to show/hide attachment panel.
View_NavigationPanels_Boomarks37A named action to show/hide bookmark panel.
View_NavigationPanels_Comments38A named action to show/hide comments panel.
View_NavigationPanels_Fields39A named action to show/hide fields panel.
View_NavigationPanels_Layers40A named action to show/hide layers panel.
View_NavigationPanels_ModelTree41A named action to show/hide model tree panel.
View_NavigationPanels_Pages42A named action to show/hide pages panel.
View_NavigationPanels_Signatures43A named action to show/hide signatures panel.
View_PageDisplay_SinglePage44A named action to display single page.
View_PageDisplay_SinglePageContinuous45A named action to display single continious page.
View_PageDisplay_TwoUp46A named action to display pages as Two-Up.
View_PageDisplay_TwoUpContinuous47A named action to display pages as Two-Up continious.
View_Toolbars_AdvanceEditing48A named action to show/hide advanced editing toolbar.
View_Toolbars_CommentMarkup49A named action to show/hide commenting toolbar.
View_Toolbars_Edit50A named action to show/hide edit toolbar.
View_Toolbars_File51A named action to show/hide file toolbar.
View_Toolbars_Find52A named action to show/hide find toolbar.
View_Toolbars_Forms53A named action to show/hide forms toolbar.
View_Toolbars_Measuring54A named action to show/hide measuring toolbar.
View_Toolbars_ObjectData55A named action to show/hide object data toolbar.
View_Toolbars_PageDisplay56A named action to show/hide page display toolbar.
View_Toolbars_PageNavigation57A named action to show/hide navigation toolbar.
View_Toolbars_PrintProduction58A named action to show/hide print production toolbar.
View_Toolbars_PropertiesBar59A named action to show/hide property toolbar.
View_Toolbars_Redaction60A named action to show/hide redaction toolbar.
View_Toolbars_SelectZoom61A named action to show/hide select & zoom toolbar.
View_Toolbars_Tasks62A named action to show/hide tasks toolbar.
View_Toolbars_Typewriter63A named action to show/hide typewriter toolbar.
View_Zoom_ActualSize64A named action to view pages in actual size.
View_Zoom_FitHeight65A named action to fit page on height.
View_Zoom_FitPage66A named action to fit page.
View_Zoom_FitVisible67A named action to fit page visibility.
View_Zoom_FitWidth68A named action to fit page on width.
View_Zoom_ZoomTo69A named action to make zoom.
Window_FullScreenMode70A named action to view the document in the full screen mode.

See Also