DevExpress.XtraPdfViewer.v15.2 The base class for each PDF Viewer command. Supports the context menu initialization in a PDF Viewer. A that maintains the application bars and individual bar items. A element. Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Sets the zoom factor value to 75 percent of the original document size. Initializes a new instance of the PdfZoom75Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom75Command. An enumeration value that is the resource string identifier. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Changes the outlines node text size within the navigation pane to medium. Initializes a new instance of the PdfOutlinesTextSizeToMediumCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A service which is used to create PDF Viewer commands. Enables you to create a custom command for use in the PDF Viewer. A member specifying a command to create. A object that is the PDF Viewer command. Lists the values specifying the type of the selected PDF content. The selected content is an image. The selected content is not defined. The selected content is text. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Provides data for the event. Specifies the path to the document. A value, specifying the path to the document. Gets a value that indicates whether or not to open the referenced document in a new window. true to open the referenced document in a new window; otherwise false. A default localizer to translate the PDF Viewer's resources. Initializes a new instance of the XtraPdfViewerResLocalizer class with default settings. Gets the string, localized by the current XtraPdfViewerResLocalizer, for the specified user interface element. An enumeration value, specifying the user interface element whose caption (text) is to be localized. A value, specifying the text to be displayed within the specified user interface element. Returns the name of the language currently used by this localizer object. A value that specifies the language of the user interface localization. Provides the means to localize the user interface elements of a PDF Viewer. Initializes a new instance of the XtraPdfViewerLocalizer class with default settings. Specifies a localizer object providing localization of a PDF Viewer at runtime. An descendant, used to localize the user interface at runtime. For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). An object, storing resources based on the thread's language and regional settings (culture). Returns a localized string for the given string identifier. An enumeration value, identifying the string to localize. A value, corresponding to the specified identifier. Contains strings that correspond to the PDF Viewer user interface captions that are subject to localization. "PDF Viewer" "Copy" "Copy" "Export" "Export form data to the file." "Find" "Find text." "Hand Tool" "Hand Tool" "Import" "Import form data from the file." "Next" "Show next page." "Next View" "Next View" "Open" "Open a PDF file." "Collapse Top-Level Bookmarks" "Expand Current Bookmark" "Expand Top-Level Bookmarks" "Go to Bookmark" "Hide After Use" "Print Page(s)" "Print Section(s)" "Text Size" "Large" "Medium" "Small" "Wrap Long Bookmarks" "Previous" "Show previous page." "Previous View" "Previous View" "Print" "Print file." "Rotate Clockwise" "Rotate Counterclockwise" "Save As" "Save the PDF file." "Select All" "Select All" "Select Tool" "Select Tool" "Actual Size" "Fit Visible" "Fit Width" "Zoom to Page Level" "Document properties" "Zoom" "Change the zoom level of the PDF document." "100%" "10%" "125%" "150%" "200%" "25%" "400%" "500%" "50%" "75%" "Zoom In" "Zoom in to get a close-up view of the PDF document." " (Ctrl + Plus)" "Zoom Out" "Zoom out to see more of the page at a reduces size." " (Ctrl + Minus)" "Create Bars" "Create Ribbon" "Create Bars" "Create Ribbon" "Dock in parent container" "Load PDF file..." "Undock in parent container" "Unload PDF file" "File" "Case Sensitive" "Whole Words Only" "Interactive Form" "FDF Files (.fdf)|*.fdf|XFDF Files (.xfdf)|*.xfdf|XML Files (.xml)|*.xml|TXT Files (.txt)|*.txt" "Form Data" "Cannot find a constructor with a PdfViewer type parameter in the {0} class" "Unable to copy data to the clipboard." "The current page number should be greater than 0." "Do you want to save the changes to the document before closing it?" "Document Closing" "{0} is protected" "Error" "An error occurred while exporting the document's form data." "Unable to import the specified data into the document form.\r\n{0}\r\n Please ensure that the provided data meets the {1} specification." "The maximum printing DPI value should be greater than or equal to 0." "The current navigation pane visibility cannot be set to PdfNavigationPaneVisibility.Default." "The page number should be greater than 0, and less than or equal to the document page count." "The password is incorrect. Please make sure that Caps Lock is not enabled." "Unable to load the PDF document because the following file is not available or it is not a valid PDF document.\r\n{0}\r\nPlease ensure that the application can access this file and that it is valid, or specify a different file." "Unable to print the document. Please contact your system administrator." "{0}\r\nYou don't have a permission to save in this location.\r\nContact the administrator to obtain the permission." "Cannot save the attachment with the following name: {0}" "Find" "Finished searching throughout the document. No more matches were found." "Finished searching throughout the document. No matches were found." "Security Warning" "The document is trying to access an embedded resource:\r\n'{0}'\r\nDo you want to open it?" "The document is trying to access an external resource by using the following URI (uniform resource identifier): '{0}'\r\nDo you want to open it?" "Attachments" "Bookmarks" "Navigation" "{0:0.00} x {1:0.00} in" "PDF Files (.pdf)|*.pdf" "Printable Files (.prn)|*.prn|All Files (.*)|*.*" "Selection" "Zoom" Provides data for the event. Indicates the visibility state of the Find dialog window. true if the Find dialog window is visible; otherwise false. Finds the specified text in a document. Initializes a new instance of the PdfFindTextCommand class with the specified PDF Viewer. A object. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfFindTextCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfFindTextCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Provides information about the selected PDF content. Indicates the type of the PDF content corresponding to a specific document point. A enumeration value. Returns the selected PDF image. A object. Returns the selected PDF text. A value. Navigates to the previous position in the document, based on the viewing history. Initializes a new instance of the PdfPreviousViewCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfPreviousViewCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfPreviousViewCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. An exception thrown after canceling the Save operation in a . Initializes a new instance of the PdfCancelSaveOperationException class with default settings. Goes to a bookmark within a PDF document. Initializes a new instance of the PdfOutlinesGotoCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfOutlinesGotoCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Navigates to the next position in the document, based on the viewing history. Initializes a new instance of the PdfNextViewCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfNextViewCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfNextViewCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Decreases the document zoom factor by ten percent. Initializes a new instance of the PdfZoomOutCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfZoomOutCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfZoomOutCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Increases the document zoom factor by ten percent. Initializes a new instance of the PdfZoomInCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfZoomInCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfZoomInCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. The base for classes that provide fixed zoom factor values. Sets the zoom factor value to 50 percent of the original document size. Initializes a new instance of the PdfZoom50Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom50Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 500 percent of the original document size. Initializes a new instance of the PdfZoom500Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom500Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 400 percent of the original document size. Initializes a new instance of the PdfZoom400Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom400Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 25 percent of the original document size. Initializes a new instance of the PdfZoom25Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom25Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 200 percent of the original document size. Initializes a new instance of the PdfZoom200Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom200Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 150 percent of the original document size. Initializes a new instance of the PdfZoom150Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom150Command. An enumeration value that is the resource string identifier. Sets the zoom factor value to show the original document size. Initializes a new instance of the PdfZoom100Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom100Command. An enumeration value that is the resource string identifier. Runs the Document Properties dialog that provides detailed information about the current document. Initializes a new instance of the PdfShowDocumentPropertiesCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfShowDocumentPropertiesCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Varies the current document zoom factor value by ten percent. Initializes a new instance of the PdfSetZoomCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Gets the ID of the specified PdfSetZoomCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Adjusts the document zoom factor value to attain a page size appropriate to the application window's dimensions. Initializes a new instance of the PdfSetPageLevelZoomModeCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Adjusts the document zoom factor value to adjust the page width to the application window's dimensions. Initializes a new instance of the PdfSetFitWidthZoomModeCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Adjusts the document zoom factor value to contain the visible part of the page content within the application window's dimensions Initializes a new instance of the PdfSetFitVisibleZoomModeCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Restores the default zoom factor value, showing the document in its actual size. Initializes a new instance of the PdfSetActualSizeZoomModeCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Runs the system Print dialog to adjust the print settings and send the current document to a printer. Initializes a new instance of the PdfPrintFileCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfPrintFileCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfPrintFileCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Navigates to the previous document page. Initializes a new instance of the PdfPreviousPageCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfPreviousPageCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfPreviousPageCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A command that corresponds to a fixed value of a specific setting. Supports the context menu initialization for commands with a fixed value of a specific setting. A that maintains the application bars and individual bar items. A element. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfCheckableCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Opens a document. Initializes a new instance of the PdfOpenFileCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfOpenFileCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfOpenFileCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A method that will handle the , and events. A method that will handle the , and events. The event sender. A object that contains data related to the event. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Provides data for the event. Gets the document page count. An integer value that is the total number of pages in the document. Gets the page number of the currently displayed page. An integer value that is the current page number. Lists the document zoom modes provided by a PDF Viewer. Sets the document zoom factor value to 100%. The document zoom factor is defined by the property value. The document zoom factor is calculated to fit the actual content of a page (if possible). Sets the document zoom factor value to fit the entire page width. Sets the document zoom factor value to fit the entire page height. Provides data for the event. Indicates the path to the document file. A value, specifying the path to the document. Indicates the file stream storing the document bytes. A value, identifying the file stream. Provides data for the event. Gets the name of the form field in the PDF document. A string that specifies the form field name. Gets an object which represents the new value of the form field which has been assigned. An object of the System.Object class representing the form field new value. Gets the form field's previous value. An object of the class representing the previous value of the form field. Activates the Select Tool to select the document content. Initializes a new instance of the PdfSelectToolCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfSelectToolCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfSelectToolCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Sets the zoom factor value to 125 percent of the original size. Initializes a new instance of the PdfZoom125Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom125Command. An enumeration value that is the resource string identifier. A control to display PDF files in WinForms applications without the need to install any third-party software on end user machines. Initializes a new instance of the PdfViewer class with default settings. Invokes the About dialog. Gets or sets a value indicating whether pressing the TAB key is processed by the PDF Viewer instead of moving the focus to the next control in the tab order. true, if a tab is accepted in the PDF viewer; otherwise, false. Adds the specified service to the service container. The type of service to add. A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. true, to promote this request to any parent service containers; otherwise, false. Adds the specified service to the service container. The type of service to add. A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. Adds the specified service to the service container. The type of service to add. An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. true, to promote this request to any parent service containers; otherwise, false. Adds the specified service to the service container. The type of service to add. An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. Clears the current selection, making no document content being selected. Closes the current document. Specifies the mode for calculating the outer border width displayed by a around document pages. A enumeration value. Specifies the minimum width of the outer border displayed by a around document pages. An integer value, specifying the minimum width of the page outer border. Copies the selected PDF content to the clipboard. Creates a toolbar with actions specific to the PdfViewer control. Exports a PDF page to an image. An integer value, specifying the page number. An integer value, specifying the length of the image's largest dimension. A object. Creates a Ribbon tab with actions specific to the PdfViewer control. Exports a PDF document to a TIFF image using the document's file path and the image's largest edge length. A which specifies the file name (including the full path) for the PDF document. An integer value, specifying the length of the image's largest dimension. Exports a PDF document to a TIFF image using the document's file path, the image's largest edge length and page numbers. A which specifies the file name (including the full path) for the PDF document. An integer value, specifying the length of the image's largest dimension. A list of page numbers which implements the interface. Exports a PDF document to a TIFF image using the document's stream, the image's largest edge length and page numbers. A object that is the stream containing a PDF document. An integer value, specifying the length of the image's largest dimension. A list of page numbers which implements the interface. Exports a PDF document to a TIFF image using the document's stream and the image's largest edge length. A object that is the stream containing a PDF document. An integer value, specifying the length of the image's largest dimension. Occurs after the currently displayed page has been changed. Specifies the number of the currently displayed page. An integer value, specifying the current page number. Specifies the initial directory displayed by the Save As dialog and Open File dialog. A value, specifying the path to the default directory. Specifies whether or not to close the input stream after loading a PDF. true to close the input stream after loading a PDF; otherwise false. Occurs when a PdfViewer control loads another PDF document. Occurs when closing a PDF document. If the document was converted to PDF from another format, specifies the name of the conforming product that created the original document from which it was converted. A value. Gets or sets the path to the PDF file, which is currently opened in the PdfViewer control. A string value containing the file path. If the document was converted to PDF from another format, specifies the name of the conforming product that converted it to PDF. A value. Provides access to the basic information about a document. A object. Occurs when an attachment is opening in the Attachments panel and allows you to manage the attachment opening behavior. For example, the attachment contents are not opened if e.Cancel is set to true. If you want to hide the Security Warning message box, set the property to true. Specifies the text search options assigned to the Find Text dialog. A object. Occurs when the visibility state of the Find dialog window has changed. Searches for the specified text in the current document with default parameters. A value, specifying the text to find in the PDF. A object. Searches for the specified text in the current document with the applied parameters. A value, specifying the text to find in the PDF. A object. A object. Searches for the specified text in the current document with the applied parameters. A value, specifying the text to find in the PDF. A object. A function, specifying whether to display a window with an option to terminate the search when searching text in long documents. A object. Occurs after a form field value in the PDF document has been changed. Occurs when an end-user has finished editing a form field value and tries to commit it (e.g., presses Enter or moves focus to another element). Returns the client point corresponding to the specified PDF coordinates. A object. A structure. Provides information about the PDF content corresponding to the specified document area. A structure. A object. Converts the screen coordinates (in pixels) to the coordinates. A structure, specifying the hit point coordinates (in pixels). A object, specifying the PDF coordinates of the hit point. Converts the screen coordinates (in pixels) to the coordinates including outside page bounds, if the inPageBounds parameter is set to false. A structure, specifying the hit point coordinates (in pixels). A value that determines how the method interprets the hit point located outside page bounds; if true - the outside page hit point is determined as a closest page; otherwise - the method returns the document with outside page bounds coordinates. A object, specifying the PDF coordinates of the hit point. Returns the size of the specified document page. An integer value, specifying the document page index. A structure, specifying the page width and height. Returns the selected PDF content. A object. Gets the specified service. A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type. Specifies whether to browse a document (by using the Hand Tool), or select parts of its content (by using the Select Tool). true to enable browsing the document; false to enable selecting the document content. Specifies whether or not any PDF content is selected. true if some content has been selected in the PDF; otherwise false. Hides the text search user interface. Hides the text search user interface, without showing the fade-out animation. true, to omit animation when hiding the text search user interface; otherwise false. Gets or sets a color which is used to highlight form fields in a PDF document. A value that specifies the form fields color to be highlighted. Gets or sets a value which indicates whether to use a color to highlight form fields in a PDF document. true to highlight form fields with a color; false to leave form fields with a default highlighted color in the document. Specifies the horizontal position of the PdfViewer scroll bar. A value. This value must be in the 0 - 1 range. Specifies the size of the PDF image cache (in megabytes). An integer value, specifying the image cache size (in megabytes). Indicates whether the current document has been changed. true if changes have been made to the current document; otherwise false. Gets a value indicating whether any document is currently being loaded into the . true if a document is currently opened; otherwise false. Indicates the visibility state of the Find dialog in a PDF Viewer. true if the Find dialog is currently visible; otherwise false. Loads the PDF document from the specified path. A string specifying the path to the PDF document. Loads the PDF document from the specified stream. A Stream class descendant. Specifies the maximum DPI (dots per inch) value allowed for document printing. An integer value. The zero value indicates that the printing DPI is not limited. Returns the maximum allowed zoom factor. A value. Specifies an object that controls the look and feel of the popup menus. An object that controls the look and feel of the popup menus. Returns the minimum allowed zoom factor. A value. Specifies the initial visible state of a navigation pane after loading a new PDF document. A enumerator value defining the visibility of a navigation pane. Returns the minimum width of a navigation pane. An integer value that determines the minimum navigation pane width. Specifies the current visible state of a navigation pane. A enumerator value defining the visibility of a navigation pane. Occurs after the visibility of a navigation pane has been changed. Gets or sets the navigation pane width (where outlines are located). An integer value, specifying the width of a navigation pane. Provides access to the settings of the PDF outline viewer. A object which contains the settings to customize the PDF outline viewer. Returns the total number of pages in a document. An integer value, specifying the document page count. Occurs when displaying the Page Setup dialog in the PDF Viewer. Specifies the maximum number of allowed attempts to enter the PDF file's security password. An integer value. Occurs when requesting a security password to open a protected PDF file. Occurs after the popup menu of a PDF Viewer has been invoked. Invokes a Print dialog and prints the current document using the print settings specified in this dialog window. Obsolete. Prints the current document using the specified print settings. A object. Prints the current document using the specified PDF print settings. A value, specifying the PDF printing options. Occurs when the document page is printed. Occurs immediately before the event. Specifies whether document modifications are prohibited. true if the document is in a read-only state; otherwise, false. Occurs when opening an embedded or external document by clicking its corresponding link in a PDF document. Removes the service of the specified type from the service container. The type of service to remove. true, to promote this request to any parent service containers; otherwise, false. Removes the service of the specified type from the service container. The type of service to remove. Specifies the rotation angle of a document in the PdfViewer. An integer value, specifying the rotation angle of document pages (in degrees). This value must be multiple of 90. Saves the current PDF to the specified stream. A System.IO.Stream, specifying the document address. true, if the document is saved successfully; false - if the document saving operation is cancelled by the user. Saves the current PDF to the specified file path. A System.String value, specifying the document location. true, if the document is saved successfully; false - if the document saving operation is cancelled by the user. Scrolls the document horizontally by the specified number of units. An integer value, specifying the scrolling amount. Occurs after changing the current scroll bar position in a . Scrolls the document vertically by the specified number of units. An integer value, specifying the scrolling amount. Selects the document contents found within the specified rectangle. A structure. Selects the document contents found at the specified position. A value, specifying the starting position in the document. A value, specifying the ending position in the document. Selects all the text in the document. Occurs after the selection of the PDF content has been continued. Occurs after the selection of the PDF content has finished. Occurs after the selection of the PDF content has started. Specifies whether to display a warning before the current document is closed. true to display a warning before closing a document; otherwise false. Invokes the text search user interface. Invokes the Find Text dialog with the specified text search options. A object. Gets or sets a value which indicates whether to show placeholders for images in unsupported image formats. true to show image placeholders in unsupported image formats; otherwise false. Specifies whether or not to show a print status dialog when printing a document. true, to show a print status dialog; otherwise false. Raised when changes occur which may affect the control's UI. Occurs after clicking a hyperlink addressing an external URI (universal resource identifier). Specifies the vertical position of the PdfViewer scroll bar. A value. This value must be in the 0 - 1 range. Occurs after the current zoom factor has been changed. Specifies the document zoom factor. A value, specifying the document zoom factor (as a percentage). Specifies the document zoom mode. A enumeration value. Provides data for the event. Specifies the horizontal position of the toolbar. A value, specifying the horizontal position of the toolbar. Specifies the vertical position of the toolbar. A value, specifying the vertical position of the toolbar. Provides data for the event. Indicates the current document zoom factor value. A value, specifying the zoom factor. Indicates the current document zoom mode. A enumeration value, specifying the document zoom mode. Provides outline settings of the PDF viewer. Gets or sets a value which specifies whether the PDF outline pane is hidden after clicking on the outline item. true to hide the outline pane after clicking on the item (e.g., a bookmark); false to show the outline pane after use. Gets or sets the text size of nodes located in the PDF outline viewer (navigation pane). A enumeration value which represents an outline nodes' text size mode. Specifies whether to use document foreground colors for the outline node text in the navigation pane. true to apply document foreground colors to the outline node text; false to apply theme colors to the outline node text. Gets or sets a value which defines whether to wrap long lines in the outline node text of the PDF outline viewer. true to wrap long lines in the outline node text; false to show the outline node text unwrapped in the PDF outline viewer. Provides data for the event. Gets the collection of popup menu links displayed when the menu is being invoked. A object that contains links to a popup menu. Provides access to a popup menu that is being invoked. A object. Gets the type of a particular popup menu shown for the PDF Viewer. A enumeration value which represents the kind of a popup menu shown for the PDF Viewer. Selects all content in a document. Initializes a new instance of the PdfSelectAllCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfSelectAllCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfSelectAllCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Provides the text search options displayed by the Find Text dialog. Initializes a new instance of the PdfFindDialogOptions class with the specified settings. A value, specifying the search text. This value is assigned to the property. true, to take into account the letter case; otherwise false. This value is assigned to the property. true, if whole words should match the search criteria; otherwise false. This value is assigned to the property. Gets a value that specifies whether or not to ignore the letter case when searching text in a PDF. true, to take into account the letter case; otherwise false. Returns the search text. A value, specifying the search text. Specifies whether or not to take into account only whole words when searching text in a PDF. true, if whole words should match the search criteria; otherwise false. Adjust the document zoom factor to match one of the predefined static values. Initializes a new instance of the PdfShowExactZoomListCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfShowExactZoomListCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfShowExactZoomListCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Save the PDF to a new file. Initializes a new instance of the PdfSaveAsFileCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfSaveAsFileCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfSaveAsFileCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Sets the zoom factor value to 10 percent. Initializes a new instance of the PdfZoom10Command class with the specified owner. A that is the command owner. Gets a string resource identifier of a menu caption corresponding to PdfZoom10Command. An enumeration value that is the resource string identifier. A method that will handle the event. A method that will handle the event. A value, specifying the event sender. A object that contains data related to the event. Provides data for the event. Gets the file attachment stored in the Attachments tab of the PDF Viewer. A object that is the file attachment. Gets or sets a value that specifies whether the event is handled; if handled, the Security Warning message box is hidden. true, if the Security Warning message box is hidden; otherwise false. Hides the PDF navigation panel after clicking on the bookmark item. Initializes a new instance of the PdfOutlinesHideAfterUseCommand class with the specified owner. A that is the command owner. Gets the ID of the specified PdfOutlinesHideAfterUseCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. The base for classes that provide custom document zoom factor modes. Rotates the document clockwise through 90 degrees. Initializes a new instance of the PdfRotatePageClockwiseCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfRotatePageClockwiseCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfRotatePageClockwiseCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Provides data for the event. Gets or sets the point that specifies the screen coordinates of the form's upper-left corner. A that represents the upper-left corner of the form in the screen coordinates. Gets or sets the size of the PDF page setup dialog. A structure that specifies the setup dialog form's width and height, in pixels. Gets or sets the form start position at runtime. A that is the start position of the form. Gets the form's minimum size. A structure that specifies the setup dialog form's width and height, in pixels. Provides access to the PDF printer settings. A object. Provides information related to the currently opened document in the Document Properties dialog. Indicates the application that generated the document. A value. Indicates a document's author. A value. Specifies the date of the PDF file creation. A structure. Indicates the physical location of a document. A value. Indicates a document's file name. A value, specifying the file name. Indicates a path to the folder that contains the document file. A value, specifying the path to the folder that contains the document file. Indicates the physical size of the document file. A long integer value. Indicates the keywords that describe the primary topics covered in a document. A value, providing a set of document keywords. Specifies the date of the PDF file's last modification. A structure. Indicates an application that produces a PDF. A value, specifying the application name. Indicates the primary subject of a document. A value, specifying the document subject. Indicates the title of a document. A value, specifying the document title. Specifies the PDF version of a document. A value, specifying the PDF version. A method that will handle the event. A method that will handle the event. The event sender. A object that contains data related to the event. For internal use. For internal use. Use the method instead to create a custom command of the PDF Viewer. A member specifying a command to create. A object that is the PDF Viewer command. Changes node text size within the navigation pane to small, medium or large. Supports the context menu initialization for a command that changes node text size within the navigation pane of a PDF VIewer. A that maintains the application bars and individual bar items. A element. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Prints document sections that correspond to selected bookmarks. Initializes a new instance of the PdfOutlinesPrintSectionsCommand class with the specified owner. A that is the command owner. Gets the ID of the specified PdfOutlinesPrintSectionsCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Lists the values specifying the kind of a popup menu that can be invoked in the PDF Viewer. Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Bookmarks panel of the PDF Viewer. Specifies a popup menu that can be invoked by right clicking the bookmark item in the bookmarks hierarchical tree on the navigation panel of the PDF Viewer. Specifies a popup menu that can be invoked by right clicking the page content of the PDF Viewer. Activates the Hand Tool to scroll the document by dragging its surface. Initializes a new instance of the PdfHandToolCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfHandToolCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfHandToolCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Provides data for the , and events. Returns the PDF coordinates of a hit point. A object. Copies the selected document content to the clipboard. Initializes a new instance of the PdfCopyCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfCopyCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfCopyCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Provides data for the event. Gets or sets a value that specifies whether the event is handled; if handled, the Security Warning message box is hidden. true, if the Security Warning message box is hidden; otherwise false. Gets the opened document's URI (Uniform Resource Identifier). A object that is the document URI. Lists values specifying the outline node text size in the PDF navigation pane. The text of outline nodes in the PDF navigation pane is large. The text of outline nodes in the PDF navigation pane is medium. The text of outline nodes in the PDF navigation pane is small. A method that will handle the event. A method that will handle the event. The event sender. A object that contains data related to the event. Provides data for the event. Gets a value indicating whether or not the current PDF has been modified. true if the document has been modified; otherwise false. Navigates to the next document page. Initializes a new instance of the PdfNextPageCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfNextPageCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfNextPageCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A method that will handle the event. Occurs after a document zoom factor value has changed. A value, specifying the event sender. A object that contains data related to the event. Imports PDF form data. Initializes a new instance of the PdfImportFormDataCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfImportFormDataCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfImportFormDataCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Changes the outlines node text size within the navigation page to large. Initializes a new instance of the PdfOutlinesTextSizeToLargeCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Changes outlines node text size within the navigation pane to small. Initializes a new instance of the PdfOutlinesTextSizeToSmallCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Wraps long lines in the outline node text of the PDF viewer. Initializes a new instance of the PdfOutlinesWrapLongLinesCommand class with the specified owner. A that is the command owner. Gets the ID of the specified PdfOutlinesWrapLongLinesCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Lists values specifying the visibility of the PDF navigation pane. The PDF navigation pane is collapsed. When this option is specified for the property, it sets the property either to Visible (a document contains bookmarks) or to Collapsed (a document does not have bookmarks and attachments tab is shown in the collapsed state). This option is not supported for the property (the ArgumentOutOfRangeException is thrown). The PDF navigation pane is expanded. The PDF navigation pane is hidden. This navigation pane is displayed. Provides data for the event. Gets the visible state of a navigation pane. A enumerator value defining the visibility of a navigation pane. Represents a method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Provides data for the event. Gets the name of the form field. A string that specifies the form field name. Gets or sets a new value of the form field. An object representing the new value of the form field. Gets the form field's previous value. An object representing the previous value of the form field. Lists the values specifying the mode for calculating the outer border width displayed by a around document pages. The width of a page's outer border is variable and depends on the skin that is currently applied to a . The page border width is constant regardless of the skin that is currently applied to a . A method that will handle the event. A method that will handle the event. The event sender. A object that contains data related to the event. Rotates the document counterclockwise through 90 degrees. Initializes a new instance of the PdfRotatePageCounterclockwiseCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfRotatePageCounterclockwiseCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfRotatePageCounterclockwiseCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A method that will handle the event. A method that will handle the event. The event sender. A object that contains data related to the event. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. Prints only pages to which selected bookmarks are linked in the document. Initializes a new instance of the PdfOutlinesPrintPagesCommand class with the specified owner. A that is the command owner. Gets the ID of the specified PdfOutlinesPrintPagesCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. A method that will handle the event. A method that will handle the event. A value, specifying the event source. A object that contains data related to the event. A method that will handle the event. A method that will handle the event. The event sender. A object that contains data related to the event. Expands current outlines located in the navigation panel of a PDF viewer. Initializes a new instance of the PdfOutlinesExpandCurrentCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfOutlinesExpandCurrentCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Exports PDF form data. Initializes a new instance of the PdfExportFormDataCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfExportFormDataCommand. A member that is the command identifier. Gets the name of the icon associated with the PdfExportFormDataCommand. A value, specifying the image name. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Expands or collapses top-level outlines. Initializes a new instance of the PdfOutlinesExpandCollapseTopLevelCommand class with the specified owner. A that is the command owner. Gets a string resource identifier of a command description. An enumeration value that is the resource string identifier. Gets the ID of the specified PdfOutlinesExpandCollapseTopLevelCommand. A member that is the command identifier. Gets a string resource identifier of the menu caption of a command. An enumeration value that is the resource string identifier. Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. An object implementing the interface that defines the current status of a command in the overall context of the application user interface. Lists the values that identify the PDF Viewer commands. Initializes a new instance of the PdfViewerCommandId class with the specified value. A System.Int32 value. Identifies the . Determines whether or not the specified object is equal to the current PdfViewerCommandId instance. The object to compare with the current object. true, if the specified object is equal to the current PdfViewerCommandId instance; otherwise false. Determines whether or not the specified object is equal to the current PdfViewerCommandId instance. The object to compare with the current object. true, if the specified object is equal to the current PdfViewerCommandId instance; otherwise false. Identifies the . Identifies the . Identifies the . Gets the hash code (a number) that corresponds to the value of the current PdfViewerCommandId object. An integer value specifying the hash code for the current object. Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . An undefined command. Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the . Identifies the .