PdfFocusPageProgressDelegate Delegate |
Allows to define a progress indicator.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.10.17
Syntaxpublic delegate void PageProgressDelegate(
int current,
int total,
Object context
)
Public Delegate Sub PageProgressDelegate (
current As Integer,
total As Integer,
context As Object
)
Parameters
- current Int32
- Current page.
- total Int32
- Total pages.
- context Object
- The context parameter that was passed to the PdfFocus's constructor or .
See Also