The DocumentDesigner type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentDesigner |
Initializes a new instance of the DocumentDesigner class.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Component.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Overloaded. | |
| PageSetupDialog |
Shows the page setup dialog.
| |
| PreviewDialog |
Shows the preview dialog.
| |
Starts the document's printing process.
| ||
| PrintDialog |
Shows the print dialog.
| |
| ToString | (Inherited from Component.) |
Properties
| Name | Description | |
|---|---|---|
| About |
Shows version information and displays about box.
(Inherited from PrintSuiteComponent.) | |
| CanRaiseEvents | (Inherited from Component.) | |
| Container | (Inherited from Component.) | |
| DefaultPageSettings |
Gets or sets page settings that are used as defaults for all pages to be printed.
| |
| DesignMode | (Inherited from Component.) | |
| Document |
Main property of DocumentDesigner, represents printed document structure.
| |
| DocumentName |
Gets or sets the document name to display while printing the document.
| |
| DraftPrint |
Gets or sets draft printing mode.
| |
| Events | (Inherited from Component.) | |
| InternalDocument |
Gets the currently used internal PrintDocument object.
| |
| OriginAtMargins |
Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.
| |
| PageCount |
Printed document's page count. This value sets after first preview invalidate or after printing.
| |
| PageIndex |
Gets currently printed page index.
| |
| Preview |
Gets or sets the associated PrintPreviewControl used for preview the preinted document.
| |
| PrintController |
Gets or sets the print controller that guides the printing process.
| |
| PrinterSettings |
Gets or sets the printer that prints the document.
| |
| Printing |
Gets true, if the document is printing or preview of thsi document is invalidating.
| |
| Site | (Inherited from Component.) |
Events
| Name | Description | |
|---|---|---|
| BeginPrint |
Occurs when the Print method is called and before
| |
| Disposed | (Inherited from Component.) | |
| DocumentUpdated |
Occurs when document is updated.
| |
| EndPrint |
Occurs when the last page of the document has printed.
|