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)
Syntaxpublic bool IgnoreInvalidAnnotations { get; set; }Public Property IgnoreInvalidAnnotations As Boolean
Get
Set
Property Value
Type:
Booleantrue 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