PdfLoadOptionsPageProgressDelegate Delegate |
Allows to define a progress indicator.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.5.6
Syntaxpublic 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