Click or drag to resize

AnnotationAdditionalActionsValidate Method

Validates the class and adds to the problem list.

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

Parameters

problems
Type: Atalasoft.Shared.ValidationProblemList
The problems accumulated.
repairContext
Type: Atalasoft.Shared.ValidationRepairContext
The repair context for this class.

Implements

IValidatableValidate(ProblemList, RepairContext)
See Also