Click or drag to resize

PdfRepairConsequencesMajor Method

Constructs a new PdfRepairConsequences object with a Major Severity. The problem is fixable, but the fix necessitates permanently removing content from the document. It is not recommended to indiscriminantly allow automatic repair of Major problems.

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 static PdfRepairConsequences Major(
	string description
)

Parameters

description
Type: SystemString
The non-null description of the consequences of the repair.

Return Value

Type: PdfRepairConsequences
A new PdfRepairConsequences object
See Also