Click or drag to resize

StructureRepairOptionsIgnoreInvalidAnnotations Property

Gets or sets a value indicating whether it is necessary to skip invalid annotations.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public bool IgnoreInvalidAnnotations { get; set; }

Property Value

Type: Boolean
true if DotPdf should allow to skip invalid annotations; otherwise, false.
Remarks
If an error occurs while parsing an invalid annotation, instead of failing, this property allows to ignore it.
See Also