[]
Called during document generation after a C1Page that has already been added to the document has changed (e.g. if page numbering is changed, or the PageCount tag used on the page is updated), raises the PageChanged event.
See also OnPageUpdated(C1Page).
protected virtual void OnPageChanged(C1Page page)
Type | Name | Description |
---|---|---|
C1Page | page | The C1Page object identifying the changed page. |