The definition of the Word, Character and Length count limits.
| C# |
public string CountLimits { get; set; }
This string defines the count limits for each of the following count type
identifiers:
A limit of 0 indicates no limit, which is the default. Note that no spaces are allowed in the definition and the identifiers are case-sensitive.
The following delimiters are used in the definition:
- Words
- Characters
- Length (Html length)
A limit of 0 indicates no limit, which is the default. Note that no spaces are allowed in the definition and the identifiers are case-sensitive.
The following delimiters are used in the definition:
| , | Comma separates type definitions |
| # | Equal sign separates a type name from its value |
Set the property declaratively in the HtmlEditor tag:
CopyC#
CountLimits = "Words=5000,Characters=25000,Length=50000"