Property MaxLength
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
MaxLength
Gets or sets the maximum number of symbols allowed in the extracted text. A value of -1 indicates no limit.
public int MaxLength { get; set; }
Property Value
Remarks
For string types, a symbol is typically a character. This property restricts the length of the extracted text to ensure it does not exceed the specified number of symbols.