Click or drag to resize

PdfRepairConsequencesSerious Method

Constructs a new PdfRepairConsequences object with a Serious Severity. The problem is readily fixable, but the fix may affect the outward appearance and/or 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 Serious(
	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