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