Click or drag to resize

PdfAction.Validate Method

Validates the object and accumulates any problems in the problems list.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void Validate(
	ProblemList problems,
	RepairContext repairContext
)

Parameters

problems
Type: Atalasoft.Shared.Validation.ProblemList
The problems.
repairContext
Type: Atalasoft.Shared.Validation.RepairContext
The repair context.

Implements

IValidatable.Validate(ProblemList, RepairContext)
See Also