[]
For internal use. Provides printing services.
public abstract class C1PrintManager : Object
Public MustInherit Class C1PrintManager
Inherits Object
| Name | Description |
|---|---|
| C1PrintManager() |
| Name | Description |
|---|---|
| DocumentSource | Gets or sets the C1DocumentSource that to print. C1PrintManager assumes that this C1DocumentSource already in Printing state, i.e. its BusyState == Printing. |
| Options | Gets or sets the C1PrintOptions object defining the print parameters. |
| Name | Description |
|---|---|
| GetPrintPageRange(PrinterSettings, out int, out int) | |
| InternalPrint(C1PrintOptions) | The internal print options. |
| OnLongOperation(double, bool) | Called when an operation is in progress. |
| Print() | Prints the DocumentSource with the specified printer settings. This method can throw exceptions if some error occurs. |