Click or drag to resize

PdfFormMakeRepairContext Method

Makes the repair context for repairing problems in this object. An object implementing IValidatable should at least return an empty RepairContext object. PdfForm does not require an object passed in.

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 RepairContext MakeRepairContext(
	Object o
)

Parameters

o
Type: SystemObject
An object used to make the repair context. In PdfForm, this is ignored.

Return Value

Type: RepairContext
A new repair context for repairing problems.

Implements

IValidatableMakeRepairContext(Object)
See Also