Class | Description | |
---|---|---|
C1PreviewAction | Describes a predefined action available in the preview to the end user (e.g. file open or zoom in). | |
C1PreviewCursors | Holds the cursors used by C1PreviewPane. | |
C1PreviewFileActions | Encapsulates file-related operations available in preview. | |
C1PreviewOutlineView | Displays a tree representing the outline nodes of the connected preview pane. | |
C1PreviewPane | Represents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control. | |
C1PreviewPane.BusySection | 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... }. | |
C1PreviewPane.LayoutSection | 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... }. | |
C1PreviewTextSearchPanel | Displays a text search panel allowing to find text in the connected preview pane. | |
C1PreviewThumbnailView | Displays a list of thumbnails representing the pages of the connected preview pane. | |
C1PreviewToolsIntegrator | Provides integration of external tools (such as toolbars and status bar) with the preview pane, including handling of toolbar buttons. | |
C1PrintPreviewControl | Represents an integrated preview control, containing a preview pane, a navigation panel, toolbars and a status bar. | |
C1PrintPreviewControl.FileToolBar | Represents file operations toolbar. | |
C1PrintPreviewControl.NavigationToolBar | Represents navigation operations toolbar. | |
C1PrintPreviewControl.PageToolBar | Represents page view operations toolbar. | |
C1PrintPreviewControl.PreviewToolBar | Represents a single preview toolbar. | |
C1PrintPreviewControl.PreviewToolBars | Represents toolbars used by the preview control. | |
C1PrintPreviewControl.SearchToolBar | Represents the search toolbar. | |
C1PrintPreviewControl.TextToolBar | Represents text operations toolbar. | |
C1PrintPreviewControl.ZoomToolBar | Represents zooming operations toolbar. | |
C1PrintPreviewDialog | Displays a dialog box that shows the preview of the associated document. Includes toolbars, navigation panel and status bar. | |
C1TextFragment | Represents a text fragment that can be selected, e.g. as used by C1PreviewPane.SelectTextFragment method. | |
C1TextSearchArgs | Represents text search arguments, such as used by C1PreviewPane.TextSearch method. | |
CompatibilityOptions | Represents options that improve compatibility with previous versions of C1PreviewPane. | |
ContextMenuTags | 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. | |
DesignStrings.Outline | ||
DesignStrings.PreviewDesignerBase | ||
DesignStrings.PreviewPane | ||
DesignStrings.PrintPreviewControl | ||
DesignStrings.SampleDocument | ||
DesignStrings.TextSearch | ||
DesignStrings.Thumbnails | ||
DocumentActionEventArgs | Provides data for the C1PreviewPane.PreviewAction event of a C1PreviewPane. | |
ExporterOptions | Represents options for a specific export format. | |
ExportOptions | Represents export options for all export formats. This class can be handled as a collection (see Count property and indexer). | |
FormsUserActionEventArgs | Provides data for the C1PreviewPane.FormsUserAction event of a C1PreviewPane. | |
HistoryItemAddingEventArgs | Contains data for the C1PreviewPane.HistoryItemAdding event of a C1PreviewPane. | |
HistoryOptions | Represents the history-related options of a C1PreviewPane control. | |
HyperlinkEventArgs | Provides data for C1PreviewPane.HyperlinkMouseEnter and C1PreviewPane.HyperlinkMouseLeave events of a C1PreviewPane. | |
HyperlinkJumpEventArgs | Provides data for C1PreviewPane.HyperlinkJump event of a C1PreviewPane. | |
HyperlinkMouseEventArgs | Provides data for C1PreviewPane.HyperlinkMouseMove, C1PreviewPane.HyperlinkMouseDown and C1PreviewPane.HyperlinkMouseUp events of a C1PreviewPane. | |
KeyMap | Represents a keymap used to map keystrokes to actions. | |
KeyMapStack | Represents a stack of keymaps used to handle keyboard. | |
LoadVisitedDocumentEventArgs | Contains data for the C1PreviewPane.LoadVisitedDocument event of a C1PreviewPane. | |
PagesChangeEventArgs | Provides data for the PreviewPages.PagesChanged and PreviewPages.PagesChanging events. | |
PreviewHistoryOptions | Represents the history-related options of a C1PrintPreviewControl. | |
PreviewPageBase | The abstract base class for preview pages which are elements of PreviewPages collection. | |
PreviewPageC1Doc | Represents a page of a C1.C1Preview.C1PrintDocument in a PreviewPages collection. | |
PreviewPageDocBase | Common base class for classes representing pages of C1.C1Preview.C1PrintDocument or C1.C1Preview.C1MultiDocument. | |
PreviewPageExternal | Represents a page which is an image in an external (to the preview control) list. | |
PreviewPageMultiDoc | Represents a page of a C1.C1Preview.C1MultiDocument in a PreviewPages collection. | |
PreviewPages | Represents the pages of a document that is being previewed in a C1PreviewPane (see C1PreviewPane.Pages). | |
PreviewPageSimple | Represents a page which is just an image. | |
PreviewPrintEventArgs | Provides data for the C1PreviewPane.PreviewPrint event. | |
PreviewToolTip | 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. | |
SaveVisitedDocumentEventArgs | Contains data for the C1PreviewPane.SaveVisitedDocument event of a C1PreviewPane. | |
Strings | Static class containing UI strings used in run-time. | |
Strings.DocumentHandler | ||
Strings.Export | ||
Strings.Global | ||
Strings.History | ||
Strings.PreviewAction | ||
Strings.PreviewFileActions | ||
Strings.PreviewPane | ||
Strings.PreviewPane.ContextMenu | ||
Strings.PreviewPaneToolTips | ||
Strings.PrintPreviewControl | ||
Strings.ShowMessage | ||
Strings.TextSearch | ||
Strings.Thumbnails | ||
Strings.ToolsIntegrator | ||
Strings.VNext | ||
UserActionEventArgs | Provides data for the C1PreviewPane.UserAction event. | |
ViewHistoryItem | Represents an item in a ViewHistoryItemCollection. See also C1PreviewPane.ViewHistory | |
ViewHistoryItemCollection | Represents a collection of ViewHistoryItem objects. | |
VisitedDocument | Represents a document in the C1PreviewPane.VisitedDocuments collection of a C1PreviewPane. | |
VisitedDocumentAddingEventArgs | Contains the data for the C1PreviewPane.VisitedDocumentAdding event of a C1PreviewPane. | |
VisitedDocumentCollection | Represents a collection of VisitedDocument objects (see C1PreviewPane.VisitedDocuments). | |
VisitedDocumentStorage | 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). |