Click or drag to resize

DocumentRepairContext Constructor

Initializes a new instance of the DocumentRepairContext class.

Namespace:  Atalasoft.PdfDoc.Generating.Validation
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DocumentRepairContext(
	PdfGeneratedDocument doc
)

Parameters

doc
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
The document for the repair.
See Also