Click or drag to resize

SoundAnnotationValidateProperties Method

Validates the properties of this object and adds any issues to the problems list.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void ValidateProperties(
	ProblemList problems,
	PageRepairContext context
)

Parameters

problems
Type: Atalasoft.Shared.ValidationProblemList
The problems accumulated so far.
context
Type: Atalasoft.PdfDoc.Generating.ValidationPageRepairContext
The context for repairing issues.
See Also