[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1DXTextLayout.GetString

GetString Method

GetString(int, int)

Gets the string containg part of the text of this C1DXTextLayout object.

Declaration
public string GetString(int textPosition, int length)
Public Function GetString(textPosition As Integer, length As Integer) As String
Parameters
Type Name Description
int textPosition

The start text position.

int length

The text length.

Returns
Type Description
string