The C1PrintManager type exposes the following members.

Properties

  Name Description
Public property Document
Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use IsSupportedDocument(Object) to verify that the object can be printed.
Public property PrinterName
Gets the printer name.
Public property PrintOptions
Gets or sets the C1PrintOptions object specifying the printing options.
Public property Range
Gets or sets the OutputRange object specifying the pages to print.

See Also