PdfFocusPageProgressDelegate Delegate |
Allows to define a progress indicator
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax public delegate void PageProgressDelegate(
int current,
int total
)
Public Delegate Sub PageProgressDelegate (
current As Integer,
total As Integer
)
Parameters
- current Int32
- current page
- total Int32
- total pages
See Also