Property MaxNestedTableDepth
MaxNestedTableDepth
Gets or sets the maximum nested table depth admitted during style resolution and layout, or null for unlimited.
On by default (DefaultMaxNestedTableDepth), and enforced by the resolver first: resolution is the first pass to walk the nested structure, so a document deep enough to exhaust the stack reaches it before layout ever runs. The layout engine applies the same value afterwards as a backstop.
public int? MaxNestedTableDepth { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.