DocxSaveOptionsPageProgressDelegate Delegate |
Allows to define a progress indicator.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
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