The C1PrintDocument type exposes the following members.
Events
Name | Description | |
---|---|---|
ColumnFinishing |
Occurs when next column has been finished.
Only RenderDirectXXX drawing is permitted in this event.
| |
ColumnStarted |
Occurs after ColumnStarting event when new column has been
established. Column width can't be tuned in this event.
Any rendering is permitted.
| |
ColumnStarting |
Occurs before new column is established. Column width could be
tuned in this event. Any rendering is prohibited.
| |
DocumentEnded |
Occurs when the document building is ended (in EndDoc method).
| |
DocumentStarted |
Occurs when the document building is started (in StartDoc method).
| |
GenerateDocument |
Allows user to build document content in event handler
| |
NewPageSetup |
Raised just before generation of a next page of a document.
Page layout (PageSettings/PageHeader/PageFooter) can be changed in
this event.
| |
NewPageStarted |
Occurs after NewPageSetupEventHandler and allows to perform
rendering.
| |
PageFinishing |
Occurs when generating of a page is finished. This event
is a last chance to change a CONTENT (not sizes) of PageHeader
and PageFooter.
RenderDirectXXX() operations are permitted in this event
(but NOT RenderBlockXXX()).
| |
PhysicalSizeChanged | ||
PrintQueryPageSettings |
Occurs before a page is sent to the printer.
|