[]
Called to indicate the progress of document generating.
protected virtual bool OnLongOperation(double complete, bool canCancel)
| Type | Name | Description |
|---|---|---|
| double | complete | How much is complete (from 0 to 1). |
| bool | canCancel | Whether the generating can be cancelled. |
| Type | Description |
|---|---|
| bool | Returns true if generation is not aborted. |