Description
Gets or sets the maximum length of each string in the text batch.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MaximumStringLength() As Integer
|
[C#] |
---|
public int MaximumStringLength {get; set;}
|
[Managed C++] |
---|
public: __property int get_MaximumStringLength(); public: __property void set_MaximumStringLength( int );
|
[Unmanaged C++] |
---|
public: HRESULT get_MaximumStringLength( int * pRetVal ); public: HRESULT put_MaximumStringLength( int NewMaximumStringLength );
|
[Java] |
---|
public ppInteger getMaximumStringLength();public void setMaximumStringLength( ppInteger );
|
Remarks
See Also