Gets or sets the maximum length of each string in the text batch.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property MaximumStringLength() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_MaximumStringLength(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
This property is only used when a text batch is updated with
SetPartial. The length of a string updated with SetPartial must be less than or equal to the length of the string it is replacing or this value.





