Click or drag to resize

PdfFormPropertyProblem Constructor

Initializes a new instance of the PdfFormPropertyProblem class.

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfFormPropertyProblem(
	PdfForm source,
	string propertyName,
	string description,
	PdfRepairConsequences consequences,
	PdfFormRepairContext repairContext,
	ProblemT, UReparationMechanism reparation
)

Parameters

source
Type: Atalasoft.PdfDoc.Generating.FormsPdfForm
The source problem.
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.ValidationPdfFormRepairContext
The repair context.
reparation
Type: Atalasoft.Shared.ValidationProblemT, UReparationMechanism
The reparation action to take.
See Also