The C1PrintManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsSupportedDocument |
Tests whether an object can by printed by this print manager.
If this method returns false for an object, an attempt to assign that object
to Document will cause an exception.
Currently supported types include:
|
|
Print(PrinterSettings) |
Prints the Document with the specified printer settings.
|
|
Print(PrinterSettings, PageSettings) |
Prints the Document with the specified printer settings.
|