PdfRepairConsequencesCatastrophic Method |
Constructs a new
PdfRepairConsequences object with a
Catastrophic Severity.
The problem is not fixable. Any attempts to fix the problem would result in a PDF that is damaged.
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 Catastrophic(
string description
)
Public Shared Function Catastrophic (
description As String
) As PdfRepairConsequences
Parameters
- description
- Type: SystemString
The non-null description of the consequences of the repair.
Return Value
Type:
PdfRepairConsequencesA new
PdfRepairConsequences object
See Also