Click or drag to resize

StructureRepairOptionsAllowPartialNameTrees Property

Gets or sets a value indicating whether to allow partial name trees.

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

Property Value

Type: Boolean
true if DotPdf should allow partial name trees; otherwise, false.
Remarks
If an error occurs while parsing a name tree, instead of failing, this property will allow the name tree, as parsed, to remain.
See Also