Table of Contents

Property MaxNestedTableDepthLimit

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

MaxNestedTableDepthLimit

Gets or sets an optional hard cap for nested table depth. Null means no caller-configured cap (the engine's built-in compatibility cap still applies).

public int? MaxNestedTableDepthLimit { get; set; }

Property Value

int?

Exceptions

ArgumentOutOfRangeException

The value is not positive.