Click or drag to resize

PdfFocus(Object) Constructor

Creates an object of the PdfFocus class with specified context parameter.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2026.2.19
Syntax
public PdfFocus(
	Object context
)

Parameters

context  Object
The context parameter that will be passed to the NotifyPageProgress event when it is invoked.
See Also