PrintDocument for WinForms
C1.Win.C1Preview 名前空間 (C1.Win.PrintPreview.6)
継承階層
C1.Win.PrintPreview.6 アセンブリ : C1.Win.C1Preview 名前空間
クラス
 クラス解説
クラス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 C1PreviewPane.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 C1PreviewPane.SelectTextFragment method.
クラスRepresents text search arguments, such as used by C1PreviewPane.TextSearch 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 C1PreviewPane.PreviewAction event of a C1PreviewPane.
クラスRepresents options for a specific export format.
クラスRepresents export options for all export formats. This class can be handled as a collection (see ExportOptions.Count property and indexer).
クラスProvides data for the C1PreviewPane.FormsUserAction event of a C1PreviewPane.
クラスContains data for the C1PreviewPane.HistoryItemAdding event of a C1PreviewPane.
クラスRepresents the history-related options of a C1PreviewPane control.
クラスProvides data for C1PreviewPane.HyperlinkMouseEnter and C1PreviewPane.HyperlinkMouseLeave events of a C1PreviewPane.
クラスProvides data for C1PreviewPane.HyperlinkJump event of a C1PreviewPane.
クラスProvides data for C1PreviewPane.HyperlinkMouseMove, C1PreviewPane.HyperlinkMouseDown and C1PreviewPane.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 C1PreviewPane.LoadVisitedDocument event of a C1PreviewPane.
クラスProvides data for the PreviewPages.PagesChanged and PreviewPages.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 C1.C1Preview.C1PrintDocument in a PreviewPages collection.
クラスCommon base class for classes representing pages of C1.C1Preview.C1PrintDocument or C1.C1Preview.C1MultiDocument.
クラスRepresents a page which is an image in an external (to the preview control) list.
クラスRepresents a page of a C1.C1Preview.C1MultiDocument in a PreviewPages collection.
クラスRepresents the pages of a document that is being previewed in a C1PreviewPane (see C1PreviewPane.Pages).
クラスRepresents a page which is just an image.
クラス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 C1PreviewPane.SaveVisitedDocument event of a C1PreviewPane.
クラスStatic class containing UI strings used in run-time.
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラス 
クラスProvides data for the C1PreviewPane.UserAction event.
クラスRepresents an item in a ViewHistoryItemCollection. See also C1PreviewPane.ViewHistory
クラスRepresents a collection of ViewHistoryItem objects.
クラスRepresents a document in the C1PreviewPane.VisitedDocuments collection of a C1PreviewPane.
クラスContains the data for the C1PreviewPane.VisitedDocumentAdding event of a C1PreviewPane.
クラスRepresents a collection of VisitedDocument objects (see C1PreviewPane.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 (C1.C1Preview.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 ViewHistoryItem.ViewState.
デリゲート
 デリゲート解説
デリゲートRepresents a method that can handle the C1PreviewPane.PreviewAction event of a C1PreviewPane.
デリゲートRepresents a method that can handle the C1PreviewPane.FormsUserAction event of a C1PreviewPane.
デリゲートRepresents a method that can handle the C1PreviewPane.HistoryItemAdding event (occurring when a new item is being added to the C1PreviewPane.ViewHistory collection).
デリゲートRepresents a handler for C1PreviewPane.HyperlinkMouseEnter and C1PreviewPane.HyperlinkMouseLeave events of a C1PreviewPane.
デリゲートRepresents a handler for C1PreviewPane.HyperlinkJump event of a C1PreviewPane.
デリゲートRepresents a handler for C1PreviewPane.HyperlinkMouseMove, C1PreviewPane.HyperlinkMouseDown and C1PreviewPane.HyperlinkMouseUp events of a C1PreviewPane.
デリゲートDescribes an action that can be mapped to a keystroke.
デリゲートRepresents a method that can handle the C1PreviewPane.LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.
デリゲートRepresents a method that handles PreviewPages.PagesChanged and PreviewPages.PagesChanging events.
デリゲートRepresents a method that handles the PreviewPrint event.
デリゲートRepresents a method that can handle the C1PreviewPane.SaveVisitedDocument event on a C1PreviewPane. The handler should save the document to custom user-defined storage.
デリゲートRepresents a method that handles the C1PreviewPane.UserAction event.
デリゲートRepresents a method that can handle the C1PreviewPane.VisitedDocumentAdding event (occurring when a new item is being added to the C1PreviewPane.VisitedDocuments collection).
列挙型
 列挙体解説
列挙体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.
参照

C1.Win.PrintPreview.6 アセンブリ