[]
        
(Showing Draft Content)

C1.C1Preview.Forms.ProgressForm

ProgressForm Class

Represents a form that can be used to show printing or export progress.

Namespace: C1.C1Preview.Forms
Assembly: C1.PrintDocument.8.dll
Syntax
public class ProgressForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
ProgressForm()

Initializes a new instance of the ProgressForm class.

Fields

Name Description
m_btnCancel
m_lblAction
m_progressBar
m_tbAction

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

DoExport(Exporter, Stream)

Performs export to a stream, using a new instance of ProgressForm to show operation progress.

DoExport(Exporter, string)

Performs export to a disk file, using a new instance of ProgressForm to show operation progress.

DoPrint(C1PrintManager, PrinterSettings, PageSettings)

Prints a document, using a new instance of ProgressForm to show operation progress.

Export(Exporter, Stream)

Performs export to a stream, using the current ProgressForm to show operation progress.

Export(Exporter, string)

Performs export to a disk file, using the current ProgressForm to show operation progress.

Print(C1PrintManager, PrinterSettings, PageSettings)

Prints a document, using the current ProgressForm to show operation progress.