Click or drag to resize

PdfGoToViewActionLLValidate Method

Low-level validation. Not for use by client code

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void LLValidate(
	ProblemList problems,
	RepairContext repairContext
)

Parameters

problems
Type: Atalasoft.Shared.ValidationProblemList
The problems so far.
repairContext
Type: Atalasoft.Shared.ValidationRepairContext
The repair context.
Exceptions
ExceptionCondition
ArgumentExceptionrepairContext
PdfExceptionPdfGoToView action has illegal destination: + (Destination == null ? Destination is null : Destination page reference is bad)
See Also