PdfFocus(Object) Constructor |
Creates an object of the
PdfFocus class with specified context parameter.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.11.10
Syntaxpublic PdfFocus(
Object context
)
Public Sub New (
context As Object
)
Parameters
- context Object
- The context parameter that will be passed to the NotifyPageProgress event when it is invoked.
See Also