Click or drag to resize

PdfGeneratedPageMakeRepairContext Method

Makes the DocumentRepairContext for repairing problems in this object. This method expects a PdfGeneratedDocument to be passed in.

Namespace:  Atalasoft.PdfDoc.Generating
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 PdfGeneratedDocument used to make the repair context.

Return Value

Type: RepairContext
A new DocumentRepairContext for repairing problems.

Implements

IValidatableMakeRepairContext(Object)
See Also