property ExPrint.UILimitPagesCount as Long
Specifies the limit of pages the control can load before a message box to continue shows up.

TypeDescription
Long A Long expression that defines the limit of pages the control can load before a message box to continue shows up.
By default, the UILimitPagesCount property is 100, which indicates that the following message shows up when pages being loaded reach the specified limit. You can disable it, by setting the UILimitPagesCount property on -1. The UILimitPagesCountMessage defines the message to be shown when limit is reached.