Click or drag to resize

PdfRepairConsequencesMinor Method

Constructs a new PdfRepairConsequences object with a Minor Severity. The problem is readily fixable, but the fix may affect the outward appearance in an acceptable manner, but not the content of the document.

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 Minor(
	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