PdfRepairConsequencesBenign Method |
Constructs a new
PdfRepairConsequences object with a
Benign Severity.
The problem is readily fixable and will affect neither the outward appearance nor 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 Benign(
string description
)
Public Shared Function Benign (
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