[]
Initializes a new instance of the ProgressInfo class with the specified page number and last page indicator.
public ProgressInfo(int pageNumber, bool isLast)
| Type | Name | Description |
|---|---|---|
| int | pageNumber | The report export page number. |
| bool | isLast | Indicates whether the current page is the last in the document. |