PdfGeneratedDocumentMakeValidationSeverityChooser Method |
This is a convenience factory that will return a new delegate that will repair all problems that are
as severe or less severity than the specified maximum.
Namespace:
Atalasoft.PdfDoc.Generating
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static RepairChooser MakeValidationSeverityChooser(
Severity maximumSeverity
)
Public Shared Function MakeValidationSeverityChooser (
maximumSeverity As Severity
) As RepairChooser
Parameters
- maximumSeverity
- Type: Atalasoft.PdfDoc.Generating.ValidationSeverity
The maximum allowable severity.
Return Value
Type:
RepairChooserSee Also