The C1PrintManager type exposes the following members.

Methods

  Name Description
Public method Static member 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:
Public method Print(PrinterSettings)
Prints the Document with the specified printer settings.
Public method Print(PrinterSettings, PageSettings)
Prints the Document with the specified printer settings.

See Also