[]
Describes a predefined action available in the preview to the end user (e.g. file open or zoom in).
Holds the cursors used by C1PreviewPane.
Encapsulates file-related operations available in preview.
Displays a tree representing the outline nodes of the connected preview pane.
Represents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control.
Helper class providing a busy section for a C1PreviewPane, raising the Busy flag in its constructor, and lowering it in the Dispose() method.
Usage:
using (new busy = BusySection(previewPane)) { ..code... }.
Helper class providing a section inside which the preview layout is suspended. Should be used to enclose fragments of code where several properties on which the preview pages layout depends are changed. Layout updating is suspended between the construction and disposing of the class instance. Sample usage: using (LayoutSection ls = new LayoutSection(previewPane)) { ..code... }.
Displays a text search panel allowing to find text in the connected preview pane.
Displays a list of thumbnails representing the pages of the connected preview pane.
Provides integration of external tools (such as toolbars and status bar) with the preview pane, including handling of toolbar buttons.
Represents an integrated preview control, containing a preview pane, a navigation panel, toolbars and a status bar.
Represents file operations toolbar.
Represents navigation operations toolbar.
Represents page view operations toolbar.
Represents a single preview toolbar.
Represents toolbars used by the preview control.
Represents the search toolbar.
Represents text operations toolbar.
Represents zooming operations toolbar.
Displays a dialog box that shows the preview of the associated document. Includes toolbars, navigation panel and status bar.
Represents a text fragment that can be selected, e.g. as used by SelectTextFragment(C1TextFragment) method.
Represents text search arguments, such as used by TextSearch(C1TextSearchArgs) method.
Represents options that improve compatibility with previous versions of C1PreviewPane.
Defines static readonly objects that are assigned to the Tag property of built-in context menu items and can be used in user code to identify those items.
Provides data for the PreviewAction event of a C1PreviewPane.
Represents export options for all export formats. This class can be handled as a collection (see Count property and indexer).
Represents options for a specific export format.
Provides data for the FormsUserAction event of a C1PreviewPane.
Contains data for the HistoryItemAdding event of a C1PreviewPane.
Represents the history-related options of a C1PreviewPane control.
Provides data for HyperlinkMouseEnter and HyperlinkMouseLeave events of a C1PreviewPane.
Provides data for HyperlinkJump event of a C1PreviewPane.
Provides data for HyperlinkMouseMove, HyperlinkMouseDown and HyperlinkMouseUp events of a C1PreviewPane.
Represents a keymap used to map keystrokes to actions.
Represents a stack of keymaps used to handle keyboard.
Contains data for the LoadVisitedDocument event of a C1PreviewPane.
Provides data for the PagesChanged and PagesChanging events.
Represents the history-related options of a C1PrintPreviewControl.
The abstract base class for preview pages which are elements of PreviewPages collection.
Represents a page of a C1PrintDocument in a PreviewPages collection.
Common base class for classes representing pages of C1PrintDocument or C1MultiDocument.
Represents a page which is an image in an external (to the preview control) list.
Represents a page of a C1MultiDocument in a PreviewPages collection.
Represents a page which is just an image.
Represents the pages of a document that is being previewed in a C1PreviewPane (see Pages).
Provides data for the PreviewPrint event.
Describes a tooltip that can be attached to a large control, and set (e.g. from Cursor.get) depending on the current cursor location inside the control.
Contains data for the SaveVisitedDocument event of a C1PreviewPane.
Static class containing UI strings used in run-time.
Provides data for the UserAction event.
Represents an item in a ViewHistoryItemCollection. See also ViewHistory
Represents a collection of ViewHistoryItem objects.
Represents a document in the VisitedDocuments collection of a C1PreviewPane.
Contains the data for the VisitedDocumentAdding event of a C1PreviewPane.
Represents a collection of VisitedDocument objects (see VisitedDocuments).
Represents the contetn of a visited document in the visited documents history of a C1PreviewPane. The storage format depends on the type of the document (C1PrintDocument, .NET PrintDocument etc).
A structure containing information about a state of a C1PreviewPane, such as scrolling position, zoom factor and so on. See also ViewState.
Defines the supported preview tool items.
Specifies flags that can be used to group, enable and disable preview actions (see C1PreviewActionEnum).
Describes page margins hide/show modes (when the mouse is over the margins area).
Enumerates kinds of changes in the state of the preview control (property changes or user actions) that cause the previous state of the control to be saved in history.
Describes the image set used for toolbar images of the preview actions.
Describes the supported preview pane mouse behavior modes.
Describes the supported page view modes of the control.
Enumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).
Specifies measurement units used by the rulers.
Describes which rulers are shown.
Specifies the type of UI used for text search.
Specifies how visited documents are stored for the visited documents' history.
Describes the supported zoom modes of C1PrintPreview control.
Represents a method that can handle the PreviewAction event of a C1PreviewPane.
Represents a method that can handle the FormsUserAction event of a C1PreviewPane.
Represents a method that can handle the HistoryItemAdding event (occurring when a new item is being added to the ViewHistory collection).
Represents a handler for HyperlinkMouseEnter and HyperlinkMouseLeave events of a C1PreviewPane.
Represents a handler for HyperlinkJump event of a C1PreviewPane.
Represents a handler for HyperlinkMouseMove, HyperlinkMouseDown and HyperlinkMouseUp events of a C1PreviewPane.
Describes an action that can be mapped to a keystroke.
Represents a method that can handle the LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.
Represents a method that handles PagesChanged and PagesChanging events.
Represents a method that handles the PreviewPrint event.
Represents a method that can handle the SaveVisitedDocument event on a C1PreviewPane. The handler should save the document to custom user-defined storage.
Represents a method that handles the UserAction event.
Represents a method that can handle the VisitedDocumentAdding event (occurring when a new item is being added to the VisitedDocuments collection).