Click or drag to resize
TextStringsGetCharacterCount Method
Gets the count of characters for a selected string index.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public int GetCharacterCount(
	int index
)

Parameters

index
Type: SystemInt32
The string index.

Return Value

Type: Int32
See Also