Click or drag to resize

RepairOptionsOnProblemSkipped Method

Raises the ProblemSkipped event.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnProblemSkipped(
	ProblemEventArgs e
)

Parameters

e
Type: Atalasoft.Shared.ValidationProblemEventArgs
The ProblemEventArgs instance containing the event data.
See Also