PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace
Inheritance Hierarchy
In This Topic
    C1.Win.C1Preview Namespace (C1.Win.PrintPreview.6)
    In This Topic
    Classes
     ClassDescription
    ClassDescribes a predefined action available in the preview to the end user (e.g. file open or zoom in).
    ClassHolds the cursors used by C1PreviewPane.
    ClassEncapsulates file-related operations available in preview.
    ClassDisplays a tree representing the outline nodes of the connected preview pane.
    ClassRepresents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control.
    ClassHelper class providing a busy section for a C1PreviewPane, raising the C1PreviewPane.Busy flag in its constructor, and lowering it in the C1PreviewPane.BusySection.Dispose method.

    Usage:

    using (new busy = BusySection(previewPane)) { ..code... }.
    ClassHelper 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... }.
    ClassDisplays a text search panel allowing to find text in the connected preview pane.
    ClassDisplays a list of thumbnails representing the pages of the connected preview pane.
    ClassProvides integration of external tools (such as toolbars and status bar) with the preview pane, including handling of toolbar buttons.
    ClassRepresents an integrated preview control, containing a preview pane, a navigation panel, toolbars and a status bar.
    ClassRepresents file operations toolbar.
    ClassRepresents navigation operations toolbar.
    ClassRepresents page view operations toolbar.
    ClassRepresents a single preview toolbar.
    ClassRepresents toolbars used by the preview control.
    ClassRepresents the search toolbar.
    ClassRepresents text operations toolbar.
    ClassRepresents zooming operations toolbar.
    ClassDisplays a dialog box that shows the preview of the associated document. Includes toolbars, navigation panel and status bar.
    ClassRepresents a text fragment that can be selected, e.g. as used by C1PreviewPane.SelectTextFragment method.
    ClassRepresents text search arguments, such as used by C1PreviewPane.TextSearch method.
    ClassRepresents options that improve compatibility with previous versions of C1PreviewPane.
    ClassDefines 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.
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassProvides data for the C1PreviewPane.PreviewAction event of a C1PreviewPane.
    ClassRepresents options for a specific export format.
    ClassRepresents export options for all export formats. This class can be handled as a collection (see ExportOptions.Count property and indexer).
    ClassProvides data for the C1PreviewPane.FormsUserAction event of a C1PreviewPane.
    ClassContains data for the HistoryItemAdding event of a C1PreviewPane.
    ClassRepresents the history-related options of a C1PreviewPane control.
    ClassProvides data for C1PreviewPane.HyperlinkMouseEnter and C1PreviewPane.HyperlinkMouseLeave events of a C1PreviewPane.
    ClassProvides data for C1PreviewPane.HyperlinkJump event of a C1PreviewPane.
    ClassProvides data for C1PreviewPane.HyperlinkMouseMove, C1PreviewPane.HyperlinkMouseDown and C1PreviewPane.HyperlinkMouseUp events of a C1PreviewPane.
    ClassRepresents a keymap used to map keystrokes to actions.
    ClassRepresents a stack of keymaps used to handle keyboard.
    ClassContains data for the C1PreviewPane.LoadVisitedDocument event of a C1PreviewPane.
    ClassProvides data for the PreviewPages.PagesChanged and PreviewPages.PagesChanging events.
    ClassRepresents the history-related options of a C1PrintPreviewControl.
    ClassThe abstract base class for preview pages which are elements of PreviewPages collection.
    ClassRepresents a page of a C1.C1Preview.C1PrintDocument in a PreviewPages collection.
    ClassCommon base class for classes representing pages of C1.C1Preview.C1PrintDocument or C1.C1Preview.C1MultiDocument.
    ClassRepresents a page which is an image in an external (to the preview control) list.
    ClassRepresents a page of a C1.C1Preview.C1MultiDocument in a PreviewPages collection.
    ClassRepresents the pages of a document that is being previewed in a C1PreviewPane (see C1PreviewPane.Pages).
    ClassRepresents a page which is just an image.
    ClassProvides data for the PreviewPrint event.
    ClassDescribes 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.
    ClassContains data for the C1PreviewPane.SaveVisitedDocument event of a C1PreviewPane.
    ClassStatic class containing UI strings used in run-time.
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassProvides data for the C1PreviewPane.UserAction event.
    ClassRepresents an item in a ViewHistoryItemCollection. See also ViewHistory
    ClassRepresents a collection of ViewHistoryItem objects.
    ClassRepresents a document in the VisitedDocuments collection of a C1PreviewPane.
    ClassContains the data for the C1PreviewPane.VisitedDocumentAdding event of a C1PreviewPane.
    ClassRepresents a collection of VisitedDocument objects (see VisitedDocuments).
    ClassRepresents the contetn of a visited document in the visited documents history of a C1PreviewPane. The storage format depends on the type of the document (C1.C1Preview.C1PrintDocument, .NET PrintDocument etc).
    Structures
     StructureDescription
    StructureA structure containing information about a state of a C1PreviewPane, such as scrolling position, zoom factor and so on. See also ViewHistoryItem.ViewState.
    Delegates
     DelegateDescription
    DelegateRepresents a method that can handle the C1PreviewPane.PreviewAction event of a C1PreviewPane.
    DelegateRepresents a method that can handle the C1PreviewPane.FormsUserAction event of a C1PreviewPane.
    DelegateRepresents a method that can handle the HistoryItemAdding event (occurring when a new item is being added to the ViewHistory collection).
    DelegateRepresents a handler for C1PreviewPane.HyperlinkMouseEnter and C1PreviewPane.HyperlinkMouseLeave events of a C1PreviewPane.
    DelegateRepresents a handler for C1PreviewPane.HyperlinkJump event of a C1PreviewPane.
    DelegateRepresents a handler for C1PreviewPane.HyperlinkMouseMove, C1PreviewPane.HyperlinkMouseDown and C1PreviewPane.HyperlinkMouseUp events of a C1PreviewPane.
    DelegateDescribes an action that can be mapped to a keystroke.
    DelegateRepresents a method that can handle the C1PreviewPane.LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.
    DelegateRepresents a method that handles PreviewPages.PagesChanged and PreviewPages.PagesChanging events.
    DelegateRepresents a method that handles the PreviewPrint event.
    DelegateRepresents a method that can handle the C1PreviewPane.SaveVisitedDocument event on a C1PreviewPane. The handler should save the document to custom user-defined storage.
    DelegateRepresents a method that handles the C1PreviewPane.UserAction event.
    DelegateRepresents a method that can handle the C1PreviewPane.VisitedDocumentAdding event (occurring when a new item is being added to the VisitedDocuments collection).
    Enumerations
     EnumerationDescription
    EnumerationDefines the supported preview tool items.
    EnumerationSpecifies flags that can be used to group, enable and disable preview actions (see C1PreviewActionEnum).
    EnumerationDescribes page margins hide/show modes (when the mouse is over the margins area).
    EnumerationEnumerates 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.
    EnumerationDescribes the image set used for toolbar images of the preview actions.
    EnumerationDescribes the supported preview pane mouse behavior modes.
    EnumerationDescribes the supported page view modes of the control.
    EnumerationEnumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).
    EnumerationSpecifies measurement units used by the rulers.
    EnumerationDescribes which rulers are shown.
    EnumerationSpecifies the type of UI used for text search.
    EnumerationSpecifies how visited documents are stored for the visited documents' history.
    EnumerationDescribes the supported zoom modes of C1PrintPreview control.
    See Also