property ExPrint.UILimitPagesCountMessage as String
Specifies the continue message to show up, when the limit of pages has been reached.

TypeDescription
String A String expression that specifies the continue message to show up, when the limit of pages has been reached.
By default, The UILimitPagesCountMessage property is: "The number of pages being loaded is: <%count%>. Do you want to continue?", where the <%count%> indicates the current count of loaded pages. The UILimitPagesCountMessage property defines the message to be shown when limit is reached. You can disable it, by setting the UILimitPagesCount property on -1, or set the UILimitPagesCountMessage property on "" .