The C1PrintDocument type exposes the following members.

Events

  Name Description
Public event BeforePagesClear
Occurs before the Pages collection is cleared.
Public event BusyStateChanged
Occurs when the BusyState property value has changed.
Public event DefaultUnitChanged
Occurs when the DefaultUnit property value has changed.
Public event DocumentEnded
Occurs when the document generation completes.
Public event DocumentStarting
Occurs when the document generation is started.
Public event FormsStyleChanged
Occurs when the FormsStyle property value changes.
Public event GenerateDocument
Allows user to build document content in event handler.
Public event InputValueChanged
Occurs when the value of RenderInputBase object within document is changed.
Public event LongOperation
Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.
Public event PageAdded
Occurs only during generating of the document, when generating of page of document is finished, page is added to the Pages collection and switch to other page is occured.
Public event PageChanged
Occurs only during generating of the document, when page of document which was added to document is changed, for example when page numbering is changed or PageCount property is updated for page.
Public event PageConfigure
Occurs when a new empty page is created and added to the document, the page is added to the Pages collection but *not resolved*, use this method only for changing layout of page.
Public event PageDeleted
Occurs when the page is removed from the document (from the Pages collection). This event cannot occur during document generation.
Public event PagesClear
Occurs when the Pages collection is cleared.
Public event PageUpdated
Occurs when page of document is changed. This event occurs very often while document is generating, it is called each time when a fragment of object is added to page or removed from page.
Public event ResolvedUnitChanged
Occurs when the ResolvedUnit property value has changed.

See Also