Click or drag to resize

AnnotationPropertyProblemT Constructor

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
public AnnotationPropertyProblem(
	T source,
	string propertyName,
	string description,
	PdfRepairConsequences consequences,
	PageRepairContext repairContext,
	ProblemT, UReparationMechanism reparation
)

Parameters

source
Type: T
The source annotation.
propertyName
Type: SystemString
Name of the property.
description
Type: SystemString
The description of the problem.
consequences
Type: Atalasoft.PdfDoc.Generating.ValidationPdfRepairConsequences
The description of the consequences of fixing the problem.
repairContext
Type: Atalasoft.PdfDoc.Generating.ValidationPageRepairContext
The repair context.
reparation
Type: Atalasoft.Shared.ValidationProblemT, UReparationMechanism
The reparation action to take.
See Also