[]
        
(Showing Draft Content)

C1.Win.Document.C1PrintManager

C1PrintManager Class

For internal use. Provides printing services.

Inheritance
C1PrintManager
Namespace: C1.Win.Document
Assembly: C1.Win.Document.10.dll
Syntax
public abstract class C1PrintManager : Object
Public MustInherit Class C1PrintManager
    Inherits Object

Constructors

Name Description
C1PrintManager()

Properties

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.

Methods

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.