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: 11.4.0.9.0.377 (.NET 4.5.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