Table of Contents

Property MaxTokensPerParagraph

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

MaxTokensPerParagraph

Gets or sets the number of tokens a single paragraph may produce before the comparison refuses to continue. A hard stop, for the same reason as MaxBlocks.

public int MaxTokensPerParagraph { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is not positive.