[]
Displays a dialog box that shows the preview of the associated document. Includes toolbars, navigation panel and status bar.
[ToolboxBitmap(typeof(C1PrintPreviewDialog), "C1PrintPreviewDialog.png")]
public class C1PrintPreviewDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| C1PrintPreviewDialog() | Initializes a new instance of the C1PrintPreviewDialog class. |
| Name | Description |
|---|---|
| AvailablePreviewActions | Gets or sets flags indicating which tools should be available in the preview. |
| DefaultMinimumSize | Gets the default minimum size of the control. |
| Document | Gets or sets the document shown by the dialog. |
| NavigationPanelVisible | Gets or sets a value indicating whether the navigation panel should be visible. |
| PreviewOutlineView | Gets the preview outline tspanel. |
| PreviewPane | Gets the preview pane. |
| PreviewProgressBar | Gets the preview progress bar. |
| PreviewStatusText | Gets the preview progress bar. |
| PreviewTextSearchPanel | Gets the preview text search tspanel. |
| PreviewThumbnailView | Gets the preview thumbnails tspanel. |
| PrintPreviewControl | Gets the C1PrintPreviewControl shown by the current print preview dialog. |
| PrinterSettings | Gets or sets printer settings. |
| StatusBarVisible | Gets or sets a value indicating whether the status bar should be visible. |
| TextSearchPanelVisible | Gets or sets a value indicating whether the text search panel should be visible. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |